which checkpoint we use to validate yahoo login screen
window after login with ur id and password in qtp

Answers were Sorted based on User's Feedback



which checkpoint we use to validate yahoo login screen window after login with ur id and password ..

Answer / sailaja

If it is after log in I mean after entering into the
account u have to check the text check point inorder to
verify the account holders name is appeared on the screen.
If it is sign in page u have to insert standard checkpoint
to check username is printed or not.


sailaja

Is This Answer Correct ?    2 Yes 0 No

which checkpoint we use to validate yahoo login screen window after login with ur id and password ..

Answer / rajendra pradeep

Text Area check point for UID and Password Fields

Is This Answer Correct ?    2 Yes 1 No

which checkpoint we use to validate yahoo login screen window after login with ur id and password ..

Answer / venkat

rather than using checkpoints in scripts it is better to
use GetRoProperty to validate any functionality. Some times
Checkpoints are getting failed when scripts are moved from
one location to the other location

for validating yahoo loging we can use inbox, compose
buttons visible property

Is This Answer Correct ?    0 Yes 0 No

which checkpoint we use to validate yahoo login screen window after login with ur id and password ..

Answer / purni

Sorry for writting this Muralikrishna, your answer is
wrong. You should use standard check point to login and
passward and page checkpoint for the login window.

Is This Answer Correct ?    0 Yes 0 No

which checkpoint we use to validate yahoo login screen window after login with ur id and password ..

Answer / saroj

I do verify the above cases in this way.
ret= Browser("yahoo").Page("home").CheckProperty
("title","Yahoo...")
if ret= true Then
<lines of code>
Else
<lines of code>

Is This Answer Correct ?    0 Yes 0 No

which checkpoint we use to validate yahoo login screen window after login with ur id and password ..

Answer / anonymous

May be there are several ways, but I think, by getting the
title of the yahoo page, we can validate. This is concept,
not real example. I have to test this today.... So Check
the correctness of this code before run it.

pname= Browser("...").Page("welcome xxxx/OR Something
else").GetRoProperty("text")
If pname="welcomexxx" then
datatable("TestName",3)=Environment("TestName")
datatable("Results",3)="Pass"
else
datatable("TestName",3)=Environment("TestName")
datatable("Results",3)="Fail"
End if
Datatable.exportsheet "c:\res.xls",3

Is This Answer Correct ?    0 Yes 1 No

which checkpoint we use to validate yahoo login screen window after login with ur id and password ..

Answer / anonymous

Already I am nervous.
First give me job. Then I show you how to do auto. Please
don't ask such type of hard questions.
----------------------------------------------------------
By using Standard Check Points. Check the title of the Next
Widow.
Ex: title="welcome.*"
x=Browser()page().GetROProperty("text")
If x="welcome JIGGA" then
Browser().page().webButton("").click
End if
We can use this as a standard check point.

Is This Answer Correct ?    0 Yes 1 No

which checkpoint we use to validate yahoo login screen window after login with ur id and password ..

Answer / muralikri

Page Check point OR Table Check point


Please correct me if i am wrong

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

How to find local host name using QTP?

6 Answers  


Does quicktest professional (qtp) is unicode compatible?

0 Answers  


Can we do Load Teting with QTP?

12 Answers  


How u call functions in QTP Function to calculate the length of characters in a wor

2 Answers  


Can anybody give the script to addsheet, add column,add values under that column in the rows??

5 Answers   AZTEC,






does test plan is in test strategy or test strategy is in test plan.

6 Answers   Microsoft, TCS,


Explain about the test fusion report of quicktest professional (qtp)?

0 Answers  


how to disable the pop ups through QTP using a script

0 Answers  


How you are developing the script? Using record and play back or manual?

0 Answers  


WHAT IS THE DIFF BTW KEYWORD DRIVEN TESTING AND DATA DRIVEN TESTING?

1 Answers  


what is the hierarchy to use properties in descriptive programming

0 Answers  


Using Object Repository is a advantage or disadvantage?

6 Answers   Wipro,


Categories