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
How to Import data from a file (file is on the desktop) to the data table
Mention the rules for using option explicit statement?
How many types of procedures are available in the vbscript language?
Explain the support of asp for vb script functionality?
filter the array values without using filter function?
What are the data types supported by vbscript?
Can automation testing find ssame no. of bugs what we can find by manual testing?
What if you do not specify anything when you call a procedure?
How to pass argument by reference to a function in vbscript?
What is purpose of scripting.filesystemobject class in vbscript?
When to use function procedures and what are its characteristics?
Explain about arrays in vb script?
How to open excel in vb script?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.