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       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
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
 
  Re: which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
Answer
# 8
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
Saroj
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
I want to create Excel object on another machine which is in network i written the code "Set se=createobject ("Excel.Application","\\ankur")"here \\ankur is the name of that machine but i m getting the error of permission denied create object can anybody help me  1
What is the main difference between QTP 8.0& QTP 9.2.And what r the features and benefits of QTP. HCL1
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?  1
hi this is srinivasa(from blr) i complited my B.tech(e.c.e) in 2007 im searching job in s/w testing but idont have freshers resume for s/w testing please send some s/w testing resume for me(fresfers resumes only) advns thnks you  2
How can i open a file in Textpad and replace a string with another using QTP Wipro1
what is the purpose of QTP?  2
What is the difference between "call to action" and "call an existing action" Accenture7
How can i learn Descriptive programming in QTP. Please reply.  3
Hi Guys, I tried to install java add-in for QTP 9.5 after the whole installation but it didn't install but then i also found in documentation saying that winrunner7.6 patch for java plugin would work fine with QTP. But when i tried to install from winrunner7.6 it asks me for the path of winrunner So my question is are we supposed to install winrunner for java add in to work on QTP. Please suggest me  1
What is the D/B Test managemet tool and bug trcking tool? Ans send to pbr.qtp@gmail.com Cap-Gemini1
I am just a beginner in QTP. Could any one explain me in detail how to automate adding two numbers and getting the result in QTP. Also I would like to parameterize the inputs. I have tried but getting an error like 'Can't use sub.....'(can't recollect the exact error)  2
How you automate testscripts one by one or moduelwise or all at once  2
Can we use same virtual objects in many number of tests? TCS1
This is the script generated by qtp plz can anyone write the same script using descriptive programming plzzzz guys do answer. Browser("orkut - login").Page("orkut - login").WebEdit ("Email").Set "rgovard" Browser("orkut - login").Page("orkut - login").WebEdit ("Passwd").SetSecure "47525d8be4926ea2f6e96b9a3f7472b6ae38" Browser("orkut - login").Page("orkut - login").WebButton ("Sign in").Click Browser("orkut - login").Page("orkut - home").Link ("Logout").Click Browser("orkut - login").Page("orkut - login").Sync Browser("orkut - login").Close  5
Do we get any issues if we run the test script on differentbrowsers?what are the options we need to set in QTP? CTS3
Hi, How to invoke QTP or any application through Command Prompt without using Vb script and batch file.... Reply me Srinivas Excel3
what is functions in qtp?i know the userdefind &bulit funation or i know that Private public function ?plz tell me what is funations in qtp?how to create a funation in qtp NIIT3
i am entering wrong data or wrong password in a text box and click on submit button .i am getting a popup window with a message Please enter the correct password or data .How can i handle this situation by using QTP. SAP-Labs8
What is the diffrence bettween QTP 9.0 and QTP 9.1?  1
How will u declare a variable to access multiple actions? a)Dim b)Global c)Public d)Private  1
 
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