I agree that there is not a single correct answer to this. There is also a dependency on the client's requirements. I've been in a very large and scrutinized...
... The folks here have already done a fine job explaining the classic performance test literature: That is, gather requirements, create tests, and measure...
I had forgotten about those articles, thanks for the reminder! -- Lisa ... -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide for...
Hi there, Like everything else, there is no ONE rule for everything. My suggestion would be to document your tests as detailed as you need them for the...
Hi Team, Â I handle Agile Testing Group in my organisation which is formed new. We are finding it difficult to reuse normal Testing templates (mainly Test...
Hey Mark, why don't you just want to run Cucumber on your laptop to show some off? Or are you saying you need somebody's Cucumber tests to show off, rather...
Thanks, Matthew. I will peruse the article. Good pic of you and Chris! A couple of questions based on your response. You have an SLA in place. the SLA...
Steven How do you set up the performance environment so that you can verify that the new features will work the same in actual production? We have the...
Mohinder I am intrigued by your response. It sounds like the answer I'm looking for. Can you provide some more details? i agree 100% with your first...
Thanks, Linda Good information. Couple of questions. Are these performance tests run with the tool done as part of the development cycle or separately? Is...
... I have run Cucumber on my laptop in the past (much more RobotFramework than Cucumber). In fact at client sites I do extensive work with the frameworks - on...
Performance numbers are an essential part of any requirement set. Understanding the performance needs is crucial for a properly functioning system; moreover,...
I have never chimed in on these chains before but I found the query interesting. There are no right answers to this question based on the variables you...
No one has mentioned yet that you may have a different approach depending on the functionality you are testing. Bugs cluster, and the testing approach should...
Can you just use a screencapture tool (e.g timesnapper), and replay what you have already done beforehand? Not the best solution but a viable one...... cheers,...
Mark, what kind of Cucumber tests do you want to show? You want to see a terminal window running some tests and showing results, or are you wanting to show...
... Just a console view. I suspect that the person who described this to me had misunderstanding about what they had seemed. I figure if between googling and...
Mark, ... The same versioning issues would happen with a Cucumber instance on the web. FWIW, I've found running Cucumber under JRuby to be easiest to use on...
Steve, ... Rather than write a pass/fail to test whether or not you're hitting the performance target, write a test that captures the transaction time. Make...
Are the tests Elisabeth Hendrickson has on her site that use the triangle app any help? I think she has Robot Framework, Cucumber, Watir, maybe? Haven't looked...
Hello, I have joined a project that changed from traditional waterfall to agile, I have about a year experience working a agile environment. We have a 12 man...
I use Jenkins - found it better due to large user base and active forums. Yes it has a wide choice of plugins too. If it is only build deployment then you can...
Thanks, George. Do you typically create your performance tests in the same sprint or iteration as the functional testing or is there a separate sprint for...
Steve, ... Yes, I don't recommend any sort of phases. Mostly a performance test is a matter of instrumenting a functional test. You may have some more rigorous...
Hi! In my experience , continuous integration (CI) starts at the planning phase and requirements definition phase of any Project. If not, there are no tools...