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 tell about testing a website in interview using qtp?? what r the points to be covered mainly?

2 Answers  


how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function

1 Answers  


Waht is User interface and Integration Testing?

1 Answers  


How do we edit the script in QTP. Anybody can explain in detail..Thanks in advacne...

3 Answers   IBM,


What does it mean when a check point is in red color? What do you do?

0 Answers  






What is the concept of firewalls?

2 Answers   CTS,


Whenever we use GETROPROPERTY function.

7 Answers   NIIT,


How can I map test requirement to Test Set (multiple test cases)? Under test lab, I have multiple test cases. I would like to map 1 requirement to all test cases under that test set (in test lab)? Currently, I think QC only allow mapping 1 test requirement to 1 test case. Instead I would like to map 1 test requirement to multiple test cases under one test lab.

4 Answers   CarrizalSoft Technologies, DST Global Solutions,


How do we retrieve the content from a text box in a web page

2 Answers  


What are the various types of Actions in UFT?

0 Answers  


i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?

0 Answers  


What is expert view and keyword view?

0 Answers  


Categories