HibaShabbir / Sqe-Project

0 stars 0 forks source link

UI Testing #16

Open esha361 opened 1 year ago

esha361 commented 1 year ago
  1. User interface (UI) testing is a process used to test if the application is functioning correctly.
  2. UI testing can be performed automatically with the use of a software program. Automated UI testing is the automation of manual test tasks.
  3. Validating user navigation, testing functionality, and validating input fields; All of these tasks can easily be carried out by applying UI automation with Python. So, UI testing can be performed using any python framework like pycharm.
  4. Pycharm powers you to test anything including Databases, UI and is more popular among testers for API Testing.
  5. Furthermore, to perform UI testing, do following steps:
  6. Install python installer on your device.
  7. Install pycharm framework on your computer.
  8. Create a new project on pycharm.
  9. Include python installer(64-bit) package in pycharm.
  10. Click on the project and then go to settings.
  11. Add necessary project interpreters including requests, behave and json ect.
  12. Create a file in your project for UI testing
  13. I am attaching some video links for the better understanding of UI automation testing using pycharm:
  14. https://www.youtube.com/watch?v=bGBNcgdDYzM
  15. This playlist will help you to understand UI testing n the best possible way:
  16. https://youtube.com/playlist?list=PLUDwpEzHYYLsARXz1o3Ldt1FnvRbvlxsS