# Certification tools Source: [https://docs.qualcomm.com/doc/80-Y8730-2/topic/certification_tool.html](https://docs.qualcomm.com/doc/80-Y8730-2/topic/certification_tool.html) The certification tools mentioned in this chapter can control QCC730 to run WFA Certification test cases by translating the Wi-Fi test suite commands to QCC730 shell commands. UART can function as the interface between the Wi-Fi test suite and QCC730. The following sections explain how to use the certification tools. Note: This feature is available since the QCC730.FR.1.0 Post-CS 4 release. ## Enable certification tools on QCC730 Source: [https://docs.qualcomm.com/doc/80-Y8730-2/topic/certification_tool.html](https://docs.qualcomm.com/doc/80-Y8730-2/topic/certification_tool.html) Follow these steps to enable the certification tools on QCC730: 1. Set the following configuration in the qccsdk\demo\qcli\_demo\prj.conf file: CONFIG_SIGMA_TRAFFIC=yCopy to clipboard 2. Build an image by using the following commands: python qccsdk.py set -S=demo/qcli_demo -b=mqm730x python qccsdk.py build --rebuildCopy to clipboard 3. Flash the image to a QCC730 board by using the following commands: python qccsdk.py flash --flash --resetCopy to clipboard ## Run QuickTrack tool Source: [https://docs.qualcomm.com/doc/80-Y8730-2/topic/certification_tool.html](https://docs.qualcomm.com/doc/80-Y8730-2/topic/certification_tool.html) Use the QuickTrack tool to run WFA QuickTrack test cases. The QuickTrack tool is in the comp\qtcapy\ directory. ### QuickTrack tool usage example The following example demonstrates how to use the QuickTrack tool: python app.py --ip 192.168.1.77 --port 9004 --interface wlan1 --uart_port com3Copy to clipboard Table : QuickTrack tool parameters | Parameter | Description | | --- | --- | | `--ip` | Control agent IP address.
This is the local IP address of the PC that runs the QuickTrack tool. | | `--port` | Control agent port.



This is the port number used by the QuickTrack tool. | | `--interface` | DUT interface: wlan1 | | `--uart_port` | DUT serial port. For example: com3 | ## Run FlexTrack tool Source: [https://docs.qualcomm.com/doc/80-Y8730-2/topic/certification_tool.html](https://docs.qualcomm.com/doc/80-Y8730-2/topic/certification_tool.html) Use the FlexTrack tool to run WFA FlexTrack test cases. The FlexTrack tool is in the qccsdk\tools\sigma\_dut directory. ### FlexTrack tool usage example The following example demonstrates how to use the FlexTrack tool: python sigma_dut.py -ip 192.168.250.41 -p 9000 -S wlan1 -s com3Copy to clipboard Table : FlexTrack tool parameters | Parameter | Description | | --- | --- | | `-ip` | Control agent IP address.
This is the local IP address of the PC that runs the FlexTrack tool. | | `-p` | Control agent port.



This is the port number used by the FlexTrack tool. | | `-S` | DUT interface: wlan1 | | `-s` | DUT serial port. For example: com3 | Last Published: Jun 03, 2026 [Previous Topic AT command](https://docs.qualcomm.com/bundle/publicresource/80-Y8730-2/topics/at_command.md) [Next Topic Memory dump](https://docs.qualcomm.com/bundle/publicresource/80-Y8730-2/topics/ram_dump.md)