INTERVIEW QUESTIONS
TESTING - BASICS
SOFTWARE TESTING
DETAILS
Question: why do need synchronization in quick test
Answer: Not only in QTP, Let it be any automation tool which has syncronisation feature has the same functionality. synchronisation means "perfect for measuring interactive response time performance". For example, it might take a few seconds: . to retrive information from a database . for a window to pop up . for a progress bar to reach 100% . for a status message to appear
|
Question:
why do need synchronization in quick test
Answer:
Not only in QTP, Let it be any automation tool which has syncronisation feature has the same functionality. synchronisation means "perfect for measuring interactive response time performance". For example, it might take a few seconds: . to retrive information from a database . for a window to pop up . for a progress bar to reach 100% . for a status message to appear Source: CoolInterview.com
Answered by: Girija Devi | Date: 10/19/2007
| Contact Girija Devi
It is the feature provided by QT. To keep the tool as well as application in sync with each other in order to complete the execution process successfully.
When you run tests, your application may not always respond with the same speed. For example, it might take a few seconds: For a progress bar to reach 100% For a button to become enabled For a button to become enabled For a window or pop-up message to open You can handle these anticipated timing problems by synchronizing your test to ensure that QuickTest waits until your application is ready before performing a certain step Source: CoolInterview.com
Answered by: Jaya Annam | Date: 12/16/2007
| Contact Jaya Annam
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|