Why to add checkpoint in QTP
What's the purpose of checkpoints & how to add it
Answer Posted / aryan
It is Verification &validation point or test point
Which is used to compare the current values of an application with expected values for that property.This enables you to identify wheather your application functioning correctly
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is the standards used for writing the script in QTP
What is the difference between function and procedure?
How to make sure that items in a wintree are sorted al?
What is the event handling in vbscript?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
Explain about arrays in vb script?
Description.Create
Is vbscript a case-sensitive or case-insensitive?
Mention what is the use of option explicit in vbscript?
How to Convert Hex color code to color name in VB Script?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
how to set one column as primary key in QTP and fetch values accordingly
Why is error handling required?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function