I want to learn QTP Online, where can I get quality training?
Answer Posted / sarvan
yes naidu institute amerpeet hyderabad
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Difference between test object and run time object?
is it possible to add sheets to excel at runtime
How many types of Automation frameworks are there in UFT? Describe them.
Is it possible to use two instances of UFT on the same machine? If not why?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
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 different recording modes?
can any one say that where we can download the QTP trail version ??????????
what is the difference between data driver & data driven and driver script?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
how to know no.of mails in our g mail by using vb-script
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
For which type of project the iterative model is suitable?
What are main panes available in qtp test browser?