Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is the difference between run time object and test object in QTP?

1112


What is the extension of the qtp local repository?

1149


What are the different types of recording modes in qtp? Which will be used when?

1114


Can we run test with out adding object in object repository? How it is possible?

1119


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?

2197


What is text/text area checkpoint?

1111


What is qtpro? What is quick test pro? What is a quick test professional?

1135


What is the basic concept of quicktest professional?

1090


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

4685


What are the flaws in water fall model and how to overcome it?

1108


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

4024


What are the types of object repositories? Which one is you are using?

1244


distinguish between old version and new version QTP features.

2383


How will you declare a variable in qtp?

1059


how can i pass a "cript"as a parameter in to a function

2050