Skip to content

Instantly share code, notes, and snippets.

@seflless
Created April 12, 2024 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seflless/0b4c9cfdbbd88bf2977f87b2a9b9254a to your computer and use it in GitHub Desktop.
Save seflless/0b4c9cfdbbd88bf2977f87b2a9b9254a to your computer and use it in GitHub Desktop.
Document 1:
# Bluetooth Functionality Smoke Test Steps

1. **Test Case 1: Bluetooth Device Already Connected**
    - Open the app with Bluetooth headphones already connected.
    - Start a recording session and speak to ensure Bluetooth microphone audio is captured.
    - End the recording to confirm functionality.

2. **Test Case 2: Connect Bluetooth Headphones After Launch**
    - Open the app without Bluetooth headphones connected.
    - Connect Bluetooth headphones after app launch.
    - Start a recording session and verify the audio capture.

3. **Test Case 3: Change Audio Source from Phone to Bluetooth**
    - Open the app without Bluetooth headphones connected.
    - Start a recording using the phone's microphone and speaker.
    - Connect Bluetooth headphones during the recording session and speak to check audio capture from both sources.

4. **Test Case 4: Disconnect Bluetooth During Recording**
    - Start the app with Bluetooth headphones connected.
    - Begin recording, then disconnect Bluetooth headphones.
    - Continue speaking to evaluate the seamless transition to the phone's microphone and speaker.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment