Hi All,
Please help me out in how to Parametrize the Object Value in Object Section.
Here is the example flow,
1.There is a Drop down button named XXX and when recording I have select one specific value and Proceeded further. For Eg: Here the value which I selected is Testus3, Load 103a which is listed in the drop down. Note: This is a Click event selection. So in Step the Action will be 'Click'
2.The Object was found for that particular value and even the reply script got passed.
3.Now I want to Parametrize the selected value(Testus3, Load 103a) as when I am going for load test, I want the user to select different values from the drop down field. For Eg: Testus4, Load 104a is also one of the value I need to select it.
The Object section display as,
Name: Testus3, Load 103a
Javascript ID Method shows : evalXPath("//div[text()=\"Testus3, Load – 103a\"]");
Note: I know how to parametrize the value in Argument Section.