Answer Posted / mohammad
1 mb
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How is the Bitmap checkpoint different from Image checkpoint?
What are the methods used in UFT to handle exceptions or run-time errors?
Does quicktest professional (qtp) is unicode compatible?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
What are the different types of recording modes?
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
explain how to write vb script in qtp?when will you write own script?
How do you delete unwanted results in qtp?
Explain different types of action in qtp?
if numbers are always changing write a script for that
what is actually contain test report? can anybody post the test report
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
Can we record an application running on a remote machine using qtp?
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
What are the two types of repositories available, explain them?