Forum Discussion

sathashiv5's avatar
sathashiv5
Contributor
3 years ago
Solved

Javascript Script Integartion

Hi,

 

Example: We have the script with use case for testing web browser using Selenium web driver and chrome web driver.

Testing .Js script with node.js is working.

1. How to integrate .Js script with Unit testing Framework?

2. Which Framework used for this testing?

(For more info: We done the same thing for integrating Python module into PyUnit Framework. It is working with reference to this link: PyUnit Integration )