Forum Discussion

dmitri_1's avatar
dmitri_1
Occasional Contributor
12 years ago

Converting Tests

I have created a keyword test that runs successfully over and over again.



I converted this to a script version (vbscript), and it looks simple enough, everything got converted fine.



BUT, the script version seems to fail on subsequent runs (fails once, passes another time). It seems to miss the entry of text into a field (but that keyword/code passes anyway), and then fails later on because unexpected things are not there.



Anyone have similar experiences or can shed some light on why the two would differ in behaviour like this?

1 Reply

  • dmitri_1's avatar
    dmitri_1
    Occasional Contributor
    Hmmm, using debug mode and running it one line at a time works fine.



    Maybe it is just running too fast when running the full vb script in one go?