cud anybody please tell me the full form's of the extention
files that we use in real time---.tsr,.mtr,.qrs
Answer Posted / guest
main test resource(mtr)
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
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 do go for loop condition in test?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
How to record a qtp script ?
Explain data driven framework?
Can any body please tell me the steps of keyword driven framework of QTP.
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
how to disable the pop ups through QTP using a script
How is a Step generator used in UFT?
What is QTP scenario.
Differences between quicktest professional (qtp) and winrunner?
What are the features and benefits of quick test pro (qtp 8.0)?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji