Uploading documents and playback - Query

Hi,

I have an apllication such that, excelsheet has to be uploaded. On sucessful uploading, the values in the excel should get reflect in the webpage. On recording, i did the same, but on playback, i can find the page has no values. However the test shows PASS.

FYI: It showed error on _LASTFOCUS.I have extracted the hidden field and gave the value to the same. Now it passes but not getting the value.

Kindly advise, what are all to be taken care for the above scenario.

Thanks - Vijay.



Answer this question

Uploading documents and playback - Query

  • csaavedra

    Are you still having this problem.

  • Bhupathi Venkatesh

    Hi,

    It occurs on playing back the webtest on its own not in webtest.

    Thanks - Vijay.


  • eTape

    Hi,

    it's aspx code. Sometimes, i recieve the field during execution. but if i repeatedly run, 90% times end up with the blank values. I will change some values in excelsheet and then if i re-run, will work for onetime then onceagin the same thing. Also, the application will allow such things, i mean the same file can be uploaded many times. I have problem only while playback. I have created many tests like this and my application's main functionality relies on this and I couldn't make a step forward without this. What would be problem kindly advise.

    Thanks - Vijay.


  • Mario_G

    Is this occuring when you play back only the webtest a single time on its own, or when running the webtest inside of a loadtest

  • Ignatius V Ignatius

    How does your web page go about displaying the excel values Is it in aspx code, client side script code, or some other method If it's client side code you'll have to add some code to your web test in order to simulate this because client-side script code is not run during playback.

  • Uploading documents and playback - Query