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

1)Difference Between Value & RawValue?

2 Answers   Wipro, Zensar,


how can you write a script without using GUI in QTP?

5 Answers   Ordain Solutions,


how do u prepare Test Environment ?

1 Answers  


What is output value in QTP? Why do we use the output value in QTP?How many types of output values are there in QTP? what are their respective usage in QTP?

14 Answers   IBM,


ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS

0 Answers  






Can you expect major bugs in Net banking Application?

1 Answers  


what is the difference between DATA TABLE and DATA SET?

2 Answers   Accenture,


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

0 Answers  


How to capture screen shots when an error occurs?

2 Answers  


What is the process of synchronizing qtp and aut?

0 Answers  


Did you find anything in your project that QTP proved inefficient to perform?

1 Answers  


anybody wants to learn QTP with realtime implementations and complete framwork contact to this mail id ciraaj@gmail.com

1 Answers  


Categories