This is a mobile application performance testing ,here i will explain how the application behaviour
1.First if we login in to the application then client request will hit the server.
2.After that what ever actions done it will not sends any request to the sever.
3.Finally if we click on send then again it communicates to the server.
So,in between login and send if we modify any action it will not hit to the server and loadrunner also not capturing the middle actions happend.
Note:But as i told you previously we have two options "SEND" and "OK" buttons ,Using loadrunner if we click on "SEND" then our script is working fine and data gets saved in the db ,if we use "OK" then the data is not getting saved in db.
If we click "OK" our loadrunner will not work i think so,please suggest me if im wrong.
***we are using java over http protocol***