Hi all , I am new at QTP I want a sample script to check
validation messages(For java script or VB script) for login
page with for web based application.. Any one can Help. I
have to complete it in two days I need urgent help..

Ex. if I want to check mail.yahoo.com
1 > If user doed not exist it display "Username does not exist"
2> if invalid Uname and password then it display" Invalid
Uname or pass"

3> Loing Sucssessfully.

I want to check this types of application by using data
table to give values of username and password..

Thanks

Answer Posted / amjad

Open()(It is a function to open the application)
Browser("Browser").Page("Gmail: Email from Google").WebEdit
("Email").Set "User id"
Browser("Browser").Page("Gmail: Email from Google").WebEdit
("Passwd").SetSecure "************"
Browser("Browser").Page("Gmail: Email from
Google").WebButton("Sign in").Click
If Window("gmail").Exist then
reporter.ReportEvent 0,"Checking Login","details given are
correct"
Window("gmail").close
Else
Browser("Browser").Page("Gmail: Email from
Google").WebButton("Sign in").Click
Browser("Browser").Page("Gmail: Email from
Google").WebButton("Sign out").Click
reporter.ReportEvent 1,"Checking Login","details given are
not correct"
end if

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

By using QTP can we record any log files written by the application which is in execution?

1691


How do you perform Regreession Testing?

1697


What is the use of Debug Viewer?

1663


how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page

1997


What are the five challenges you faced in QTP?

2944


What is qtpro? What is quick test pro? What is a quick test professional?

797


Can we create a qtp test from qc?

788


What is smart identification in QTP?

823


An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?

772


What is the diff between image and bitmap check point?

762


How to attach a file to TD?

854


How to execute a winrunner script in quicktest professional?

750


What are the different types of checkpoints?

786


How to run a test using quicktest professional?

708


Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also

2068