Hi all,
I am new to QTP and trying to learn. I would like to know how to select a specific option that matches a partial text from a drop down using QTP.
The drop down in my application consists of more than 100 options and I need qtp to select some options based on the string values stored in a spreadsheet. I have a list of string values and need to compare this strings with the options in the drop down and select the one that matches with the string. These string values are only partial texts from the drop down values.
Ex. If the drop down options are
2015 Jan
2015 Feb
2015 Mar
2014 Jan
2014 Feb
2014 Mar
and I want to select any month from 2015 or 2014. So I want to search by partial text 1. 2015 2. 2014.
Any help, ideas are great appreciated. Thanks in advance.
I am new to QTP and trying to learn. I would like to know how to select a specific option that matches a partial text from a drop down using QTP.
The drop down in my application consists of more than 100 options and I need qtp to select some options based on the string values stored in a spreadsheet. I have a list of string values and need to compare this strings with the options in the drop down and select the one that matches with the string. These string values are only partial texts from the drop down values.
Ex. If the drop down options are
2015 Jan
2015 Feb
2015 Mar
2014 Jan
2014 Feb
2014 Mar
and I want to select any month from 2015 or 2014. So I want to search by partial text 1. 2015 2. 2014.
Any help, ideas are great appreciated. Thanks in advance.