Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chaudharypraveen98/testautomation

This test automation is based on Robot Framework with the selenium library.
https://github.com/chaudharypraveen98/testautomation

automation python robot-framework test-automation

Last synced: about 1 month ago
JSON representation

This test automation is based on Robot Framework with the selenium library.

Awesome Lists containing this project

README

        

### Robot Testing Framework

##### It uses the Keyword driven testing technique and capabilities can be extended by test libraries that cab be implemented by Java or Python.


  • -acceptance testing: It is the testing in which the system is tested and the purpose of acceptance testing is to evaluate the capabilities of the system accordance with the business requirement.

  • -Attd:Acceptance test driven development .It is a communication between the business, customers, developers and testers. they work in coordination and make acceptance in advance if implementing the functionality.

  • -Robotic Process automation: It is a process of conveniently reducing the human efforts with software that uses teaching learning and ai capabilities. It handles the high level repeatable tasks.

The robot framework processes the data, execute the test cases and generate the logs and reports . The core framework doesn't know about the test data , It is handles by the libraries by application interface or low level test tools

How to use:-

1. First run the requirements.txt to install the dependencies by the below code:-


`python3 install -r requirements.txt`
2. run the following command in terminal:-

Sample:- `robot TestCase/.robot`

Example:- `robot TestCase/ForLoop.robot`

#### Note
Feel free to make changes and make pull request.