What is the difference between wait and synchronization point?
Answer Posted / uday
Wait is like a hardcore value. If you say wait(20), then QTP
waits 20 sec, even if the application is ready in 2 secs.
Where as synchronization point proceeds to execute next step
if the application\object is ready for the next statement.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
i can done the project with QTP in that time i can say how many members in my team size?
What are the steps involved in recovery scenario wizard?
Explain quicktest professional (qtp) testing process?
hi nani my doubt is how does qtp process metrix related to software process.
Explain runtime dynamic settings?
give me the code to save all messages of inbox of gmail into a folder and notepad
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
Explain the difference between check point and output value?
What are the different attributes used with regular expression?
If I change the property value at runtime is it effect is object repository?
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
What are the different recording modes and how do they work?
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
when a test case is written how u test using qtp