Hi All. Can you please explaing what is checkpoint? How it
Will Work? what is meaning of "check checkpoint
("proprtname").how it will compate with expected value?
Thanks in Advance............... Lakshmi
Answers were Sorted based on User's Feedback
Answer / roli mohanty
check point is a verification point to ensure that certain
feature of application behave properly.when we insert a
checkpoint while recording quicktest inserts the statement
Check.checkpoint(propertyname)
checkpoint compares thethe actual property value with the
expected value .onthe basis of that quick test gives on
the result window as check point is pass or fail
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / gopinath reddy
check points is one of the option in qtp.its a verication and validation point.it used to validate to expected results
| Is This Answer Correct ? | 0 Yes | 0 No |
How many ways we can parameterize data in QTP?
How to find the difference between 2 dates in qtp?
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?
It is given in the help of QTP 9.2 that we cant debug the scripts. Is there any other way to VIEW, PAUSE and make modifications in the scripts during execution???
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
how do close the task manager through QTP?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
My Application is a client server application , but there is one functionality , when we click on one particular icon it launches web browser . When I am recording in QTP , By select approprait web add in also , it not able to record in web page , I am able to record till click on the icon. Please provide me how to over come this type of problem.
how can you write a script without using GUI in QTP?
What are the features supported by UFT?
how will you load the test cases in ddt?
Can any one please list me out the shortcut keys for some functionalities in the QTP .. for example ..to record...to run...etc