Re: [BangPypers] framework to write functional test cases

2016-06-02 Thread vvb
We use nosetest extensively and find its conventions better than the other test frameworks we have used before. On Jun 2, 2016 3:13 PM, "Keshav Agrawal" wrote: If I understand correctly, there are two things which you are asking here - Functional Test Cases and Load/Stress Test by sending multipl

Re: [BangPypers] framework to write functional test cases

2016-06-02 Thread Keshav Agrawal
If I understand correctly, there are two things which you are asking here - Functional Test Cases and Load/Stress Test by sending multiple requests. I wont say unittest framework is ugly :) and for load testing you can use siege. You might have to integrate your test cases with siege to do load t

Re: [BangPypers] framework to write functional test cases

2016-06-01 Thread Noufal Ibrahim KV
On Wed, Jun 01 2016, anu sree wrote: > Hi, > > I am looking for a framework which helps to write functional test > cases. Right now i am using unittest framework to do that, but that > is ugly. I consider py.test as one of Python's "killer applications". I've used it since 2010 or so for almost

Re: [BangPypers] framework to write functional test cases

2016-06-01 Thread Anand B Pillai
On Wednesday 01 June 2016 07:47 PM, anu sree wrote: > Hi, > > I am looking for a framework which helps to write functional test cases. > Right now i am using unittest framework to do that, but that is ugly. How > you guys are writing functional test cases.I also want to do stress test by > sending