Explain the check points in QTP?
Answer Posted / aruvaa ayappan
# 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........
| Is This Answer Correct ? | 9 Yes | 12 No |
Post New Answer View All Answers
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
When Recovery scenario actually starts while testing the application?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
What are the different recording modes?
What are the different types of action?
What is fragmentation and paging?
Limitations in QTP?
Explain the parameter in qtp?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
how can we compare descriptive programing with a regular expression
The hybrid framework can be implemented for any application. Is it true?
What is ObjectParamater?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
What is ‘object spy’ and what is the function of object spy in qtp?