About 50 results
Open links in new tab
  1. Test framework for testing embedded systems in Python

    5 Long time since this question was asked. Embedded Systems present special characterists to implement acceptance testing automation (one of the most important is that, most likely, the "Device …

  2. Running Test Modules in CANoe Using Python - Stack Overflow

    May 25, 2020 · I developed a Python based CANOE Automation Code, wherein I launch CANOE, Open the Configuration and load the Test Specification and run it. Now i want to wait till the Test Module …

  3. Python Tkinter GUI Automation - Stack Overflow

    I want to get into GUI automation in order to run tests on my own program. The Program I want to test is written in Python and uses Tkinter for the GUI. The testing code though does not necessarily...

  4. Random data for test automation in python - Stack Overflow

    May 21, 2013 · Random data for test automation in python Asked 12 years, 6 months ago Modified 9 years, 2 months ago Viewed 5k times

  5. Rest assured equivalent in Python for Rest API automation testing

    Oct 21, 2023 · In order to simulate the same functionality as in Java's rest-assured, you can use: Option 1 requests module along with pytest Option 2 Use an available module pyhttptest Here you just need …

  6. Integration of Azure Devops and Python for passing test results from ...

    May 5, 2022 · 0 I'm currently performing some mobile app automation with Appium and Python, where test cases are on Azure Devops. I have done the same thing with Appium, Python and TestLink. And …

  7. generate html and json reports for selenium python automation test ...

    Feb 8, 2022 · I have a selenium python automation test, it works fine, now I want to generate Html and JSON reports and have screenshots in the report using pytest. I am new to automation and python …

  8. How to trigger set of Python Test Automation ( Selenium script) from ...

    Mar 21, 2019 · A closer approach would be as below, Integrate Allure reporting to Test Automation Framework if not present currently. Create a jenkins free style project to trigger the test Automation …

  9. python 3.x - Canoe Automation - Stack Overflow

    Apr 22, 2022 · Canoe Automation : Setting up of Testmodules Asked 3 years, 7 months ago Modified 1 year, 5 months ago Viewed 1k times

  10. Replacing selenium with geb page in a python test automation script

    May 10, 2017 · Could we replace selenium with geb in a python test automation script . Geb being implemented in groovy java and python being an independent language. example code: groovy geb …