Test Script Execution Recording using Selenium Webdriver

Table of contents
Reading Time: < 1 minute

Everyone has known how to take the screenshot in selenium web driver but when we ask how to take a video recording of the test script in web driver, people have no idea. So here I describe how to capture test script video in selenium web driver.

When the execution time of your script is too long so you can record your script and then you can analyze the script.

For the recording the script you have to download ATUTestRecorder jar file and include in your project.

So here I am writing the code of recording script.

For recording, I am creating a folder recording and we already define the path of this folder in ATURecorder constructor.
After executing the test script, the script was recorded and you can check in your folder. here I am attaching the screenshot of the video.

 test script video

Feel free to ask me any question.

Thanks.

Written by 

Principal Architect at Knoldus Inc

2 thoughts on “Test Script Execution Recording using Selenium Webdriver1 min read

Comments are closed.

Discover more from Knoldus Blogs

Subscribe now to keep reading and get access to the full archive.

Continue reading