Answered

Reloading functions after minor changes

Sometimes I need to make a change to a function and want to verify that change quickly.   This is easy to do in the test as I can quickly re-load locator changes and re-execute test lines. Is there a way to do this for a change in a function without stopping and restarting the test.

 

0
1 comment
Avatar
Joseph Hamdan

Hi William,

Stopping and starting the test case is not necessary. You can click Reload icon on the test case any time after you make changes to web locators, functions or anything which is external to the test case. This icon can be used to reload and use new data in your test case. After that, expand the function where you were executing and you'll see the lastly executed step highlighted in green.

Regards,
Subject7 Team

0
Comment actions Permalink

Please sign in to leave a comment.