Python Forum
How to use python to implement one QA task - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: How to use python to implement one QA task (/thread-7428.html)



How to use python to implement one QA task - taiqixp - Jan-10-2018

I am a beginner and want to have some demo code for me to study.
One assignment I got is :

How to use python to implement the following task
A: Go to www.baidu.com, search for the term “QA”
B: Click the 2nd link
C: Wait for page to load
D: Verify that this page contains a link to
“https://baike.baidu.com/item/QA/476016?fr=aladdin”

Hope someone can help me with it. Thanks in advance.


RE: How to use python to implement one QA task - micseydel - Jan-10-2018

How far have you gotten? What have you tried? Selenium sounds like a good tool for this.


RE: How to use python to implement one QA task - squenson - Jan-10-2018

Quote:I am a beginner and want to have some demo code for me to study.

This is not how this forum is working. First you propose some code and you let us know where you are stuck. Then we help you.