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...

Using QTP checkpoint, where do you store your expected
Properties of the object which later compares with the
actual properties of the object???

Answer Posted / firoz shaik

Hi I am Firoz.
Think that, you have to verify the value of a text box,
Dim act, exp
exp = "Firoz"
' for ex, the expected value of the text value is Firoz
then store Firoz in a variable.
act = Browser("Browser").Page("Page").GetROProperty("value")

If Strcomp(Exp, Act, 1) = 0
Msgbox "The expected value"&exp"is same as Actual Value"&Act
else
Msgbox "The expected value"&exp"is not same as Actual
Value"&Act
End If

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where we use data driver in qtp?

1106


How u will do versioning in QTP?

1944


Qtp has been installed on my pc but recently ON opening it is giving this error PLEASE REPLY IT IS URGENT IT WAS WORKKING FINE QTPRO.EX THE instruction at "0x7.. ...". referenced memory at "0000....The memory could not be read... Awaiting QTP XPERTS REPly URGENT

2586


what is meant by Implicit and explicit requirements?

4163


Can the user toggle between using Local OR and shared OR for the same action?

1027


what function you write to do database testing with the help of qtp?

1875


What is checkpoints for qtp?

1023


What is the use of an object spy tool in qtp?

1085


What do you mean by checkpoints in qtp?

1058


Why is action split used by qtp?

1049


how to convert 100 into hundred repees only and viceversa

1964


What is data driver in qtp?

1074


when will you do debug your script? and explain that process?

2000


i can done the project with QTP in that time i can say how many members in my team size?

1955


How are actions and functions different in QTP?

1122