how we can do web browser using parametarisation in QTP ?
Answers were Sorted based on User's Feedback
Answer / sudhakar
for yahoobroser give id & p/w
in data table select global take 2 columns for id &p/w
then write script as follows
browser("browsername").page("pagename").webedit("edit box
name").set datable("columnname", dtgllobalsheet)
same as above for p/w
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / a.thirumalareddy@gmail.com
validating the functionality with multiple inputs is called parameterization.
we can validate a web browser using parameterization from the dataTable.
if u want script plz mail me i will send the script with details
| Is This Answer Correct ? | 1 Yes | 0 No |
hi i want license key for qtp 9.2 pls its adjust product name : quick test professional locking code :8 - 54A6A license type : seat license maintenance number : 88888888-8888 pls send license key to my email id borusu.ramkumar@gmail.com
Whats the realtime QTP testing process
how to calculate no. of repeating characters in a a string..please give me the code
I am new with QTP. Is anybody could tell me where I can find a good tutorial with lots of samples?
Why divide a test into three action calls?
What are the main features we have to compulsory test by using qtp in an web based application
Hi can anyone pls suggest how to fetch username(system login name)and system name in to qtp.I am not using TD or QC.Thx
How will u declare a variable to access multiple actions? a)Dim b)Global c)Public d)Private
Where u will use output checkpoint in QTP?
can i login a page by giving username and password and click on ok button through database parameterization.and if its yes then please write the code of that
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
what are the attributes of QTP?