IS standard check point is very important than the other
check points in QTP? If so why?
Answer Posted / s
In real-time, we never use any checkpoints.
Patil
Jai Ganapathi.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
In qtp, how you can remove the spaces from string?
How can we conduct U-I Testing by using QTP??????
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
What is the basic concept of quicktest professional (qtp)?
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
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
Give the syntax to import/export xls into qtp.
How many ways we can parameterize data in quicktest professional (qtp)?
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
How to get popup error message.
How to integrate the qualitycenter with qtp
Explain the concept of object repository and how qtp recognises objects?
What is recovery scenario in qtp?
What are the technologies supported by qtp?
What are the properties you would use for identifying a browser and page when using descriptive programming?