How you handles Pop-up windows which are Dynamically
changing in Runtime?
Answer Posted / shobha
We use smart-identification for this
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the features of quick test pro(qtp)?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
How to write business scripts using object repository with different scenarios
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
On what document base Descriptive programming is written if build is not yet ready ?
What are the different recording modes?
Did the scripts need lot of maintenance? If yes, why?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
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
Explain advantages and disadvantages kdf?
What is checkpoints for quicktest professional?
Why qtp the best testing tool?