My QA Projects

QA Projects I was involded.

View on GitHub

Bluetooth testing

focus is on getting confidence in performance and reliability (BT has one channel for energy and one for data (oversimplified)

Common Symptoms of Bluetooth Protocol Errors

1.Pairing Issues:

2.Audio Problems:

3.Data Transfer Issues:

4.Command Recognition Problems:


what does what?

Please check the Bluetooth profile page.


When creating TCs, keep in mind that the complexity of your test scenarios has to grow over time.

  1. You start with TCs that relate to the install, the OAU (over the air update), and the OOB.
  2. Make sure your TCs cover have all the little steps first (foundation, you can include them later in bigger scenarios).
  3. The bigger the scenarios get consider to seperate them and give them their own folder. Example: a) Connect the car with the phone. b) connect an Ipod with the iPhone c) connect the iPod with a loudspeaker d) verify that the iPod gets the music from the phone’s wifi/spotify and relates it to the loudspeaker without the infotainmentsystem is interferring. You have 3 smaller TCs which you add up in a scenario because d) will have different possible issues => automate this scenario eventually.