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 |
What is the difference between Action and Function.? when both has the same functionaltiy, when do we choose Action and when do we choose Function..??
3 Answers DST Global Solutions,
Can anybody give the script to addsheet, add column,add values under that column in the rows?
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?
What is QTP testing process?
what is supply chain management?
How many types of run modes are there in qtp?
examples of user definied functions? how to write user defined functions in qtp9.2?
images are dynamically changes how to compare two images
Hi All, I need 5 yrs exp manual and automation testing using QTP sample resume. is there any body having please send me my mail id is bjr@aol.in Tahnks in Advance
how can i call an external action,which is not added external action of an action?
what is regular expression how will you implement it?
I have made the recovery scenario in script. When i am exceuting the script. it stop automatically after running recovery scenario. Please tell the resaon?