Tag

python-automation

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Jul 9, 2024 · Backend Development

10 Python Scripts to Boost API Automation Testing Efficiency

This article presents 10 practical Python scripts that significantly enhance API automation testing efficiency, covering test case generation, data handling, request management, validation, and reporting.

API testingData-Driven TestingException Handling
0 likes · 5 min read
10 Python Scripts to Boost API Automation Testing Efficiency
Python Programming Learning Circle
Python Programming Learning Circle
Oct 25, 2019 · Backend Development

Automate Word with Python: Master win32com for Document Manipulation

This tutorial explains how to use Python's win32com library to control Microsoft Word, covering installation, creating and displaying documents, working with Selection, Range, Font, ParagraphFormat, PageSetup and Styles objects, and providing a complete example that formats a document to meet national standards.

comdocument processingpython-automation
0 likes · 14 min read
Automate Word with Python: Master win32com for Document Manipulation
FunTester
FunTester
Sep 13, 2019 · Backend Development

Creating a WeChat Auto‑Reply Bot to Retrieve Test Tokens via wxpy and a Spring Boot API

The article explains how to build a WeChat auto‑reply robot using wxpy that receives a user’s request, calls a custom Spring Boot testing API to obtain a token and personal information, and returns the data to the requester, streamlining mobile app testing.

API testingBackend Developmentpython-automation
0 likes · 6 min read
Creating a WeChat Auto‑Reply Bot to Retrieve Test Tokens via wxpy and a Spring Boot API