Unanswered question

I am testing a flex based application. Some calls appear to be broken at the time of recording.

I am testing a flex based application. Some calls appear to be broken at the time of recording. I have added the required jars. Now, It is giving Null Pointer Exception. Application is working fine.

Vikas C.
Vikas C.

Vikas C.

Level
0
1 / 100
point

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

Flex calls have binary content. NeoLoad convert the binary content to an XML content so the user can modify it.

A broken Flex request in NeoLoad appears with a yellow flag whic means that the binary content cannot be converted to an XML content.

Most of the time it's because NeoLoad needs some JAR files from your application to decode the binary content.

Broken requests cannot be replayed until they are fully converted to an XML content.

Did you get your NullPointerException when loading your JAR files in NeoLoad?

If your application is using GraniteDS framework and your developers externalized some classes, you need to get the "granite-config.xml" file from your server and load it in NeoLoad.

Also make sure that the JAR files that you loaded are the same ones that are currently used in your server.

Outdated JAR versions could lead to such issue too.