how we can do web browser using parametarisation in QTP ?
Answer Posted / 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 |
Post New Answer View All Answers
What is a reusable action?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
How many ways is to parameterize the value?
What is CMMP and CMMH?
Have you faced any problems with object repository?
How will you declare a variable in qtp?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
What is synchronization? What are the ways you can synchronize?
What are the benefits of qtp?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
In qtp, how you can remove the spaces from string?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?