why we use check points , In qtp we use the any check points
, what r they , when and why

Answer Posted / uday

Checkpoints verify the functionality of the application by
comparing our given expected value with the actual values
from the application. If both are matched, then checkpoint
passed, else failed.
Different types of checkpoints:
1. Standard checkpoint
a. Page checkpoint
b. Image checkpoint
c. Table checkpoint
2. Bitmap checkpoint
3. Text checkpoint
4. Text area checkpoint
5. DB checkpoint
6. Accessibility checkpoint
7. XML checkpoint
a. XML webpage
b. XML file

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel

1912


What is quicktest professional (qtp)?

580


describe some problems that u had with automating testing tool?

1423


How you can delete excel file in qtp?

603


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

2431






What is the qtp testing process?

612


in a web page How to check and display a particular word from a paragraph?

2056


Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay

2676


When using descriptive programming?

653


How to test login module with different username and password by using data driven testing in QTP?

626


What are the Application Functions available in QTP?

1480


What is the use of ordinal identifier in qtp?

610


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.

1440


when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next

3289


Explain the Different types of QTP test assets and their extensions?

619