Answer Posted / pandu
Generally the speed of Tool and Application won't same so
to compensate this we need synchronisation.
Where ever you feel application needs some time to move
from one operation to another there you need
synchronisation.
Synchronisation Problems generally occurs:
1. While navigating from one screen to other.
2. While working with DB operations like Storing some thing
fetching something.
3. While working on network applications.
etc.,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
You may undergone many projects. Do all the projects match up with customer’s expectations?
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!
What is agile testing and why is it important?
How does a coverage tool work?
What is regression testing? When to apply it?
Am putting E-commerce project in my resume can any one please tell me about E-commerce application explaination..
what s test block ratio? please any one answer me..
What r the things,u prefer and prepare before starting testing?
Is anybody have the telecom systems test cases from start to end?
14.What is function point breakdown?
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
Hi there Does anybody can respond to my Questions? Is some one there to answer my Questions posted in Software testing category.pls E-mail to sunitht27@yahoo.com
can anyone tell me the scenarios for online banking transaction ?
What if the project isn’t big enough to justify extensive testing?
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.