If you entered into yahoo mail with your valid user name
and password , then you will get " welcome , username "
(for example you will see , “welcome, Krishna” ) text on
the top of the Inbox page , how can you test the user name
is correct or not using QTP?

Answers were Sorted based on User's Feedback



If you entered into yahoo mail with your valid user name and password , then you will get " w..

Answer / krshna

By using test area check point.

Is This Answer Correct ?    3 Yes 1 No

If you entered into yahoo mail with your valid user name and password , then you will get " w..

Answer / nanda

yeah....

you can use the getROProperty method to get that value.
later on compare that value with ur parameter.

for example:

GetAppval = Browser("XXX").Page("XXX").WebElement("html
tag:=TD","index:=3").GetROProperty("innertext")

getparam = Datatable.Value("name",dtGlobalSheet)

If GetAppval = getparam then
msgbox "pass"
Else
msgbox "fail"
End If

guys here i just given the logic to use. instead message
box use a reporter statement or if u r writing to exeternal
log use it. and i used data table for example, but many
people (including me) will use separate excel file for
parameterization. but this is the logic to check values.

Regards...
nanda.d reddy

Is This Answer Correct ?    1 Yes 0 No

If you entered into yahoo mail with your valid user name and password , then you will get " w..

Answer / sandipgami84

index is not a reliable way......if have entered valid
username & Password then u can check URL...or check Inbox
link is exist or not.....


Sandip
9714177088

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

can we create recorset with out using database connection in vbscript?

1 Answers   CSS, CSS Corp,


What are the types of Object Repository’s in QTP?

2 Answers   Crea,


What is an optional step in qtp ?

0 Answers  


Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.

0 Answers  


What are the disadvantages of Recovery Scenarios in QTP ?

3 Answers  






what is the difference between data driver & data driven and driver script?

0 Answers  


What is the limitation to XML Checkpoints?

0 Answers  


I wnnt to learn about QTP Automation Framework,please give URL Address to get more information about AFW.

0 Answers   UHG,


What is iteration?

1 Answers  


what is virtual object?

2 Answers  


wt is memory leakage?

6 Answers   BSL,


Why divide a test into three action calls?

1 Answers  


Categories