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


Please Help Members By Posting Answers For Below Questions

In qtp, how you can remove the spaces from string?

637


How can we conduct U-I Testing by using QTP??????

1522


How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?

3555


What is the basic concept of quicktest professional (qtp)?

670


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

2516






How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?

798


Give the syntax to import/export xls into qtp.

671


How many ways we can parameterize data in quicktest professional (qtp)?

670


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

1615


How to get popup error message.

1114


How to integrate the qualitycenter with qtp

1861


Explain the concept of object repository and how qtp recognises objects?

617


What is recovery scenario in qtp?

671


What are the technologies supported by qtp?

642


What are the properties you would use for identifying a browser and page when using descriptive programming?

715