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 / 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 |
Post New Answer View All Answers
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
How can I import environment from a file on disk?
whare exactly we have to use functions and sub routain
How can you pass value one action to another action?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Explain advantages and disadvantages kdf?
Explain data driven framework?
what is the advantages and disadvantages of using functions instead of re usable actions
How would you directly trigger javascript in a test?
What is the extension of qtp local repository?
What is the expert view?
What is difference between design time and run time data table?
How you can make an action as re-usable action?