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 can we close all webbrowsers which are opened in out desktop?

3 Answers  


In a web page, one web table is present which is dynamic. In that table one of the column has links with the same inner text. write a script so that i need to click the third link.

3 Answers  


What are associated files in QTP?

2 Answers  


How to define array in qtp?

0 Answers  


Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.

0 Answers  






I recorded a Web based Application running on JAVA and when I went to play them back a week later they didn't run. I noticed that the Browser was putting in a (Underscore and a Number) for each line so i re-recorded and noticed the Underscore line wasn't the same as what i recorded last week so any script I record today will not work next week because the browser settings or how QTP recognizes it keeps changing. This is the new line Browser("Bureau of Labor Statistics_4").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" This is the old line 'Browser("Bureau of Labor Statistics_3").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" Notice the Burearu of Labor Statistics_3 adn Burearu of Labor Statistics_4. Why does it change and how do I prevent it from changing.

5 Answers  


hi friends can anyone tell me where can i find descriptive programming material please send me the link also,from which i can download the material

1 Answers  


Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..

1 Answers  


How can we get a textcheckpoint in QTP9.1?

2 Answers   EmTechPro,


How many types of run modes are there in qtp?

0 Answers  


PLZ EXPLAIN HOW TO LAUNCHING QTP IN TEST DIRECTOR? Is it possible or not? If No Why we r using qtp Td Combination? plz explain briefly? What is the purpose of TD With QTP?

1 Answers   Wipro,


Explain what the difference between Shared Repository and Per_Action Repository

2 Answers  


Categories