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
What is the difference between run time object and test object in QTP?
What is the extension of the qtp local repository?
What are the different types of recording modes in qtp? Which will be used when?
Can we run test with out adding object in object repository? How it is possible?
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
What is text/text area checkpoint?
What is qtpro? What is quick test pro? What is a quick test professional?
What is the basic concept of quicktest professional?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
What are the flaws in water fall model and how to overcome it?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What are the types of object repositories? Which one is you are using?
distinguish between old version and new version QTP features.
How will you declare a variable in qtp?
how can i pass a "cript"as a parameter in to a function