Skip to content

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

Notifications You must be signed in to change notification settings

chaudharypraveen98/TestAutomation

Repository files navigation

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/<name_of_test_case>.robot
    Example:- robot TestCase/ForLoop.robot

Note

Feel free to make changes and make pull request.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published