Micro Focus QTP (UFT) Forums
Parameters - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Parameters (/Thread-Parameters)



Parameters - Anna - 07-17-2008

I have different insurance coverages for each state. They are coming from an excel table. I would like to have some kind of function which accounts for every possible coverage for all states. Then I would like to pass parameters to this function depending on what the individual state requires. How can I do that?

.WebList("_lbVehBI").Select DataTable("inBodilyInjury", dtGlobalSheet)
This is how I fill in Bodily Injury so lets say texas has bodily injury so I want to pass that in but Maine does not so I do not pass that in.


RE: Parameters - niranjan - 07-17-2008

would you please elaborate your scenario.
As far as I can understand your question, the easiest way would be to create on emore column fo rthe state in excel and then verify.