ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  QTP
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
which checkpoint we use to validate yahoo login screen 
window after login with ur id and password in qtp
 Question Submitted By :: Grsmrc2118@yahoo.com
I also faced this Question!!     Rank Answer Posted By  
 
  Re: which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
Answer
# 1
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 0 No
Anonymous
 
  Re: which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
Answer
# 2
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 0 No
Anonymous
 
 
 
  Re: which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
Answer
# 3
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
Venkat
 
  Re: which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
Answer
# 4
Text Area check point for UID and Password Fields
 
Is This Answer Correct ?    0 Yes 0 No
Rajendra Pradeep
 
  Re: which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
Answer
# 5
Page Check point OR Table Check point


Please correct me if i am wrong
 
Is This Answer Correct ?    0 Yes 0 No
Muralikri
 
  Re: which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
Answer
# 6
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
Purni
 
  Re: which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
Answer
# 7
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 ?    0 Yes 0 No
Sailaja
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
what is the use of descriptive programming in QTP ? when we need to use DP? can we test the application completely with out useing DP?? please explan with example  1
wat are views in qtp explain IGT2
What are the file extensions for per-action, shared object repository files and what is the extension for library files? Semantic-Space5
What is the extension of 'Log file' in QTP  2
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? CTS1
How can i get QTP 9.2 software or any webside where i can download ? can anyone help me out , i want to be expert in QTP ,but i don't have the software  2
what is file database Wipro1
What is the Diff between Image check-point and Bit map Check point?  2
Which object model is not supported by QTP? a)COM b)DECOM c)DOM d)DCOM. Pls explain about theese object models?  1
What are the enhancements u did after recording ur script?  1
How to import the Test Results in QTP to an Excel sheet Sonata2
what is the syntax for regular expression in QTP? how to create user defined functions in QTP? MBT2
What is All object and Local object in Object Repositary? Explain me please.  3
Can anybody give the script to addsheet, add column,add values under that column in the rows?? AZTEC5
QTP is used better in which type of application Web based application or desktop application  2
Does QTP recognize two diff browser's at a time..?if possible how..? Is it possible run scripts on Mozilla which are recorded on IE..?..How..? Semantic-Space9
Why do you choose only QTP for your project automation among remaining tools like Rational robot and silk test? CTS1
does test plan is in test strategy or test strategy is in test plan. TCS5
Can we create test script with out Step Generator?  4
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position Covansys3
 
For more QTP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com