Micro Focus QTP (UFT) Forums
Need Help how to start the new Project. - 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 Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: Need Help how to start the new Project. (/Thread-Need-Help-how-to-start-the-new-Project)



Need Help how to start the new Project. - SweetyChowdhury - 10-29-2009

I have been given to automate a web based application.It relates all most to a incident/complaints directory to me.On 1 screen there are about 7 combo boxes.The whole application depends on the selection of values in these combo boxes. I need to verify that if XXX is selected in Combobox1,the values in other corosponding boxes changes.Now again If i select the second value YYY in the combobox1,again the values changes to the other corrosponding comboboxes and so forth.I need to validate each combination values in all the comboboxes.This whole combination reaches to 6000 combinations!!!

I want to know to the best approach to script these logic.Please Help !!


RE: Need Help how to start the new Project. - basanth27 - 10-30-2009

Export the combobox1 values from the DB and then the possible combinations arising out of it into a Datatable.

Write a code which will loop through and map each one. This is going to be bit hectic but once you have it formulated must be easy.