Values in Data Table - 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: Values in Data Table (/Thread-Values-in-Data-Table) |
Values in Data Table - Anna - 07-24-2008 I have an inconsistent drop down menu in the application. The values vary from state to state in the following manner $ 25,000 vs $25,000 or $600/800 vs $600 / $800. If the table has $600/800 QTP cannot choose $600 / $800. Is there anything that can be done about that? RE: Values in Data Table - siri - 07-24-2008 frst here you need to parameterize the values then i believe there wont be any problem . Like for eg if we have $1/$2and $2/$3 then parameterize the values so that it wil ltake frst value execute the code and 2 nd value and execute thae code. |