in how many ways we can write the user defined functions one
way i know that i.e storing it in .vbs another way i does
not know my friend said that .qtf or something but start
with q letter can any buddy knows about this
Answers were Sorted based on User's Feedback
Answer / a.radhika
other than .vbs we also can write in .js file(Javascript)
| Is This Answer Correct ? | 0 Yes | 1 No |
what is advantage of descripting programming in QTP?
How to test the mandatory fields in QTP?
What is Modular framework and Keyword drive framework? Explain
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
What is recovery scenario in qtp?
Explain key word driven frame work?How to use in real time?
if devloper change only button names in present build then script will execute or not , why? Only gui changed.......
how u conduct GUI testing and PERFORMANCE testing on MS- WORD? and What r the GUI Test Cases and performance Test Cases?
3 Answers Accenture, Civil Service, ICICI, Jintek, Satyam, Singularity, Syntel, TCS, Wipro,
Can we do qtp testing without creating objects in Dbject repository? can we do it completely writing code i.e in expert view only. Are there any books for this?
I Scheduled a QTP Script on remote desktop. Script is going to failure,when remote desktop connection fails.I have to open my remote desktop untile the scripts exection completes. If I disconnect my remote desktop connection, script is going to fail.?
What are the disadvantages of Recovery Scenarios in QTP ?
Explain the features and benefits of quick test pro(qtp)?