Coursera Project Network의 Use Python to Create a Web Testing Bot 학습자 리뷰 및 피드백
4.1
별점
11개의 평가
강좌 소개
By the end of this project, you will use python packages selenium with pytest to test a website by using a program to interact with a webpage and observe results.
A Web Bot is used to automatically access web sites with no human interaction. A web bot can access elements, click on buttons, and do anything a user may do. It can be used for many purposes, such as responding to a person visiting a site, gathering useful information from a site, and for integration testing of use cases on a completed web application. A completed web application assumes Unit tests have been used to test the individual components in the web application.
Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions....
최상위 리뷰
필터링 기준:
Use Python to Create a Web Testing Bot의 3개 리뷰 중 1~3
교육 기관: SREEVALLI N
•
2022년 5월 3일
Very well explained.Could have used Google to explain instead of firefox.
교육 기관: Studenikin V G
•
2021년 3월 25일
I did like this course! It was really useful.
교육 기관: Carolina A Q
•
2023년 1월 2일
Great to start using selenium in Python but a bit slow. The tests are done in an alive web and as there were some changes in it, the latest part is not working