Explore and practice, make mistakes and fix them, learn a few techniques, have fun.
- It's an open source tool that is supported by a great community.
- It allows QA engineers to write/run test cases in Java, C#, Python, JavaScript, Ruby, and a few more...
- It makes it easy to implement test cases, just need to know how to locate a web element in the browser and perform actions.
anything you can find on a web page: text boxes, checkboxes, radio buttons, dropdowns, links, etc. Each element has a unique identifier, such as ID, name or unique classes. A web element can be located by ID, XPath or CSS Selectors.
© CollColl-2020 | |
Java source code | |
Practice more |