How to use GUI that comes with Python to test your code

+1 vote
Sep 24, 2018 in Python by alex0809
• 130 points
668 views
Can you provide a little more information on as what you want the GUI for as python contains a library for GUI.
Do you want to perform automated GUI testing for your code or you want to create a GUI App in python?
I think Alex is talking about the GUI that comes up when Pyhton is used for testing.

1 answer to this question.

+1 vote
Hey @alex0809,

When your testing a website using Selenium with Python, the testing takes place on your browser. So if your looking for GUI where the test will be visible, there the answer is the Web Browser.

And this GUI cannot be used for anything. It is merely used for viewing/ verifying what's happening. (Because this is all about testing).
answered Sep 24, 2018 by Vardhan
• 13,190 points

Related Questions In Python

0 votes
1 answer

How to find runtime complexity of funtions that use list in Python?

The Average Case assumes parameters generated uniformly ...READ MORE

answered Jul 26, 2019 in Python by Arvind
• 3,040 points
548 views
0 votes
1 answer

How to test python code using Pytest?

Hi@akhtar, You can use the Pytest module to ...READ MORE

answered Jun 24, 2020 in Python by MD
• 95,440 points
733 views
0 votes
1 answer

How to use one URL in Python code?

Hi@akhtar, You can use the requests module in ...READ MORE

answered Jun 24, 2020 in Python by MD
• 95,440 points
407 views
0 votes
1 answer

How to use MySQLdb with Python and Django?

Hello @kartik, I had the same error and pip ...READ MORE

answered Jun 24, 2020 in Python by Niroj
• 82,880 points
505 views
0 votes
1 answer

How to use Python 3 and Django with Apache?

Hello @kartik, 1) The first thing we should ...READ MORE

answered Jul 3, 2020 in Python by Niroj
• 82,880 points
1,469 views
0 votes
1 answer

How to perform web scraping with python?

Hey, there are various libraries used in ...READ MORE

answered Apr 20, 2018 in Python by aayushi
• 750 points
1,562 views
0 votes
2 answers

How to use threading in Python?

 Thread is the smallest unit of processing that ...READ MORE

answered Apr 6, 2019 in Python by anonymous
1,028 views
0 votes
1 answer

How to use “raise” keyword in Python

You can use it to raise errors ...READ MORE

answered Jul 30, 2018 in Python by Priyaj
• 58,090 points
489 views
0 votes
1 answer

How to use string.replace() in python 3.x

replace() is a method of <class 'str'> ...READ MORE

answered Aug 3, 2018 in Python by Priyaj
• 58,090 points
850 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP