Explain the check points in QTP?
Answer Posted / ayappan radhakrishnan
# To check the object propertes in running time.
# Verification point.
# To check actual result and expected result.
Example:
actual = OK
expected = OK
* here actual ana expected result are same so "Pass" test
scrip........
If you have any doubts regarding "Testing" just visit this blog
URL" http://softwaretesterchennai.wordpress.com/
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
How qtp recognizes the object?
How to integrate the qualitycenter with qtp
how can i call function (which has link with excell sheet at a remote location) within another function
What is the default object synchronization timeout in qtp?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
What is the difference between qtp and selenium?
How does qtp identify the object in the application?
How may types of defects identify application or your currently working application?pls give me answer..
What are the two types of repositories available, explain them?
How to test login module with different username and password by using data driven testing in QTP?
How would you export a script from one pc to another in qtp?
How to find the difference between 2 dates in qtp?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
How to customize qtp?