Answer Posted / sangeethakv
When we use Set method it is like copy pasting ie, input the complete string. In Send Keys its like when we input manually through keyboard pressing each keys. Some web application has the drop down list where only Set method does not work but send keys method does during automating the operation on those objects
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
The hybrid framework can be implemented for any application. Is it true?
what is the difference between modular framework & datadriven framework
write a script to verify the image path(src property) of the images which are in web pages.
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
By using QTP can we record any log files written by the application which is in execution?
In qtp, how you can use xpath to identify objects?
whow much strong on VB and C?
How many tabs are available in debug viewer pane?
When do go for loop condition in test?
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
When you open QTP, how many sheets you can see?
Explain the new feature of UFT regarding the export of test results?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
What are the advantages of Object Repository?