I'm a new member on a test team and new to loadrunner.
My team has been tasked with developing test scripts for a website that uses Ajax extensively (I believe the website was created using Google Web Toolkit)
Normally users will log into the website using client certificates, however if they don't have a client cert they can hit cancel when prompted for one and login with a username/password.
They want to do load testing so they want to be able to do this without using Truclient. SInce I'm the noob I've been tasked with this part, partially to see if it can be done and partially to learn loadrunner.
I've successfully created scripts that login with username/password using Truclient, and I've created test scripts that work with a client certificate using Ajax Click and Script.
However, when I record a script using Ajax C&S that cancels out of the certificate request and logins in with username/password, it fails during playback.
I get the following error:
Action.c(4): Error -27493: Client authentication certificate needed but is not available.
Does anyone know how how to get around this?