In QTP how to you make adjustments to the script if the input field is bloacked for user input and can only be set by browsing for a file and setting the path
In QTP how to you make adjustments to the script if the input field is bloacked for user input and can only be set by browsing for a file and setting the path.
I faced this issue while i was browsing for a File name field that has Browse button.
The browse button and the input field act the same way when clicked.
Clicking on Browse opens a new window and user selects an image file.
But all these actions are not captured while recording. The path is set.
For.e.g
Check whether the frame name values getting changed on while recording,if means set it by descriptive programming, else close the qtp and open record as new
I tried to re-record but the result was same. Then i used descriptive programming to manually click the browse field and select the file and set the path. Thanks friends for all the replies.