which checkpoint we use to validate yahoo login screen
window after login with ur id and password in qtp

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain types of output values?

559


How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?

562


What is the difference between byref and byval in qtp?

577


Explain the concept of object repository and how quicktest professional recognises objects?

552


How to analyzing test results using quicktest professional (qtp)?

576






Where we use data driver in qtp?

599


What is file database?

1686


What is an optional step in qtp ?

627


Can you list some technologies that support qtp?

546


Both static and dynamic arrays are handled by the vb script. Is it true?

552


Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.

2421


What is the meaning Work bench?

1756


Where we can use the analog mode and where we can use the low – level mode?

564


How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet

1534


when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next

3260