Hi All,
I am working on a Desktop Application developed in Java Swing.
In a Search page, there is a JavaEdit box, where I am putting a value (Item No which is unique for each Record) from the DataTable and clicking on the "Search" button. It should fetch the particular "Record No" having the "Item No" I have searched by.
When I am doing it manually it works fine with one click of "Search" button.
But when I am doing it through QTP, after clicking "Search" button it fetches all the Records present in the system rather than the particular one though I am providing the Item No. To acheive the proper search through QTP, the "Search" button needs to be clicked twice.
When QTP clicks on the Search button for the first time it fetches all the records and when it clicks for next time it fetches the correct Record.
After providing the "Item No" in the JavaEdit, I have given 5 sec wait also so that the "Item No" is properly placed in the field.
Can anybody please come out with some Suggestions/Solutions ?
I am working on a Desktop Application developed in Java Swing.
In a Search page, there is a JavaEdit box, where I am putting a value (Item No which is unique for each Record) from the DataTable and clicking on the "Search" button. It should fetch the particular "Record No" having the "Item No" I have searched by.
When I am doing it manually it works fine with one click of "Search" button.
But when I am doing it through QTP, after clicking "Search" button it fetches all the Records present in the system rather than the particular one though I am providing the Item No. To acheive the proper search through QTP, the "Search" button needs to be clicked twice.
When QTP clicks on the Search button for the first time it fetches all the records and when it clicks for next time it fetches the correct Record.
After providing the "Item No" in the JavaEdit, I have given 5 sec wait also so that the "Item No" is properly placed in the field.
Can anybody please come out with some Suggestions/Solutions ?