Skip to content

shams-nahid/Automation-With-Selenium-And-Node.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated google search operation.

Step By Step Tutorial

Run application

Clone the repository

git clone https://github.com/bmshamsnahid/Automation-With-Selenium-And-Node.js.git

Install dependencies

Run test

npm test

Folder Structure

├── ...
│
├── lib                         # Helper methods
│   ├── basePage.js             # Generic functionality for tests
│   └── homePage.js             # Home page testing functionality
│
├── test                        # Test suite
│   └── homePage.test.js        # Testing in home page
│
├── utils                       # Utility files for testing
│   ├── fakeData.js             # Generating random keyword for searching
│   └── locator.js              # HTML and CSS identifier for elements to test
├── ...

License

MIT