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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rohit
Advanced QTP training from Automation Infotech pune
(9970927917)
HP Quick Test Professional (QTP In-depth concepts + VB
Scripting + Descriptive Programming + Framework Development
+ Certification) Training
Automation Infotech is a leading software training company
from Pune. specialized in software testing started Manual
Testing, QTP Certification and QualityCenter training.
Trainer is QTP certified from HP Having 4+ years of exp and
working as a Module Test Lead with MNC. The main objective
of Automation Infotech is to provide quality training in
testing for the candidates looking to explore their career.
-------------------------------------------------------
Please find below the QTP training details.
Training: QTP Certification and Framework based Training
with QTP Certification Sample Paper.
Duration: 4-6 weeks
Fee: 6000
------------------------------------------------------
Please find below the Manual Testing training details.
Training: Manual-testing training, with real time example
and project based.
Duration: 2-3 weeks
Fee: 2500
------------------------------------------------------------
-
Please find below the QualityCenter training details.
Training: QualityCenter training, with real time example
and project based.(User and Admin both)
Duration: 2-3 weeks
Fee: 3500
------------------------------------------------------------
-------
Only Weekend batches
Timining: 10 am to 1pm
Trainer: Certified QTP Trainer with 4+ years of project exp.
Venue: Warje, Pune
Note: Each batch will only have 4-6 members. Please inform
to all your friends, who are looking for Quality Training
in Testing.
For more details, email us at:
AutomationInfotech@gmial.com/9970927917
We are shortly opening New branches in Viman Nagar, Aundh,
Deccan, Swaragate, Kotrud, Karve Nagar and Hadafsar.
Other locations are Bangalore, Chennai, Nagpur, Mumbai,
Ahemadabad.
Is This Answer Correct ? | 0 Yes | 10 No |
Is it possible to call win runner script in qtp?
where do you define the objects as regular expression when u are using regular expressions.
How to retrive the property of an object?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
what are the disadvantages of qtp? can linux support qtp9.2? how could get web address throu vbscript?
in order to start automation testing what we should require (entry level to automation testing)
explain structured testing? plz guys with exp. do answer
How can we do Data driven testing Using For loop in QTP?
How can i find out any "text's" coordinates in excel sheet For example: I want to know the coordinates of "F" Column in the excell sheet While recording when i clicked on F column it is showing the coordinate values 385,9 but with out recording how can i find out them Suppose i want to clik on "H" column writing the script like this Window("Book1").WinObject("Book1").Click (...........) Here I Dont know what (x y )values should i enter Please any one can help me?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)
Is it possible to test Flat file using QTP? I have two file- first file is Input file and second file is output file. Input file has Format like first 2 field is record type, next 10 field is Description. Output file also has format. I want to check this file format using QTP. Is it possible?? please reply with example.