can u tell me how do we writetestcases for
perfomance,load,And stress?

Answer Posted / guest

Load testing is done by automation.
We have to check the response time for clients
for an instance 500kb loaded within 0.2 Secs.

Stress Testing is used to see the Break Point
of an Application or S/W Performance.
It is said to as Performance.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

please give me different test scenario for uploading whatsapp status from gallery and camera

5470


test cases for friend finder system using gps?

1184


What is test cases for mobile phone ?

777


What is the domain testing?

663


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1934






can one defect be mapped to more than one test script in manual testing

1996


150 integration testing scenarios for gmail

12027


Explain the unit testing?

665


Explain the smoke testing?

642


Write test cases to test a browser app

1257


Scenarios to test wireless Speaker via bluetooth

4744


HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.

2263


What is the difference between test scenarios, test cases, and test script?

695


Do you write test plan and test case?

1909


In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output Input: 1. software Testing Output: 1.software testing

1373