inserting by 'key press' results in mutilple inserts
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
inserting by 'key press' results in mutilple inserts
I recorded a simple test where I insert a value in a field. For example '123' , when I execute only that operation it inserts the value correctly.
But when I run the whole tests the value is inserted as '111111122222223333333' . How is this possible?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1) What version of TestComplete are you running?
2) Lets see a screenshot of your code from a couple of lines above this inserted value to a couple of lines below the inserted value.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the screenshot.
1) Just for troubleshooting purposes, could you take out the Variables reference in the Keys statement and just put the characters that you want to enter?
2) I see "vmware view" in your code. Do you have TestComplete and your application under test both on a vm?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hai,
1: That doesn't change the issues
2: No, I don't . Testcomplete is installed on my own laptop and the apllication I am testing is on a VM.
What I find strange is that if I execute only the keypress it does work but not when I execute the whole test
