I am facing a situation related to data binding. Here are the steps I am following:
1. During my recording I am keying in some value in a search text box.
2. Based on these values some search results are returned by the application (database).
3. I click on one of the search results and follow the rest of the process and stop recording.
4. Now, I data bind my 1st step (the 'search text box' step.).
But when I execute the recording it fails as Test Studio (TS) searches for exactly those words that I clicked on in the 3rd step when I was recording the test case. For example, if my search returned "SYSTEM" during the recording process and I clicked on it, TS looks for "SYSTEM". But if I data bind the search step then the search results are different and TS doesn't find the word "SYSTEM" and the execution results in a failure.
Please suggest something...
Thanks!!!
Kumar
1. During my recording I am keying in some value in a search text box.
2. Based on these values some search results are returned by the application (database).
3. I click on one of the search results and follow the rest of the process and stop recording.
4. Now, I data bind my 1st step (the 'search text box' step.).
But when I execute the recording it fails as Test Studio (TS) searches for exactly those words that I clicked on in the 3rd step when I was recording the test case. For example, if my search returned "SYSTEM" during the recording process and I clicked on it, TS looks for "SYSTEM". But if I data bind the search step then the search results are different and TS doesn't find the word "SYSTEM" and the execution results in a failure.
Please suggest something...
Thanks!!!
Kumar