Concurrency Testing

In what scenario concurrency testing is done? Give real time scenario for the same.

Questions by mathan_vel   answers by mathan_vel

Editorial / Best Answer

kurtz182  

  • Member Since Nov-2009 | Nov 6th, 2009


Concurrency testing is performed when there are two or more scenarios being tested on the same application at the same time.  A common form of concurrency testing takes place when two users are logged into the same application and a tester wishes to determine how their activities impact one another.  It is commonly employed to test web sessions and state management.

Showing Answers 1 - 9 of 9 Answers

sahib007

  • Oct 24th, 2009
 

This testing is basically used to test the application at the time of
integration.


e.g.: If we have an admin and in that we have number of users to login on the
front end of application.  Now if we delete the particular user from the
admin that should not be login through front end.  This type of testing
comes under concurrency testing.


Hope you will get an idea.

  Was this answer useful?  Yes

Concurrency testing is performed when there are two or more scenarios being tested on the same application at the same time.  A common form of concurrency testing takes place when two users are logged into the same application and a tester wishes to determine how their activities impact one another.  It is commonly employed to test web sessions and state management.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions