Unanswered question

I would like to test a site that requires an activex login how would that be performed?

Our test site requires a user to login via an Activex control how do I accomplish this test using NeoLoad?

A M.
A M.

A M.

Level
0
1 / 100
point

Answers

Murat A.
Murat A.

Murat A.

Level
0
11 / 100
points

activex login also must be using a server side script. you may decompile activex control and search for php , aspx or sth. like that . after that , you can use the program to submit the data normally. if you can't decompile , you may monitor the network data to see what is being sent from browser or the activex.