Sounds like AJAX to me. Does the entire page refreshes after you hit the search button or only the table get refreshed? If only the table - its AJAX, which means that what you see in the browser is not what you'll find in "view source".
Anyway - just use the recording controller and replay it. As deepak said - using view results tree, you will probably get the search results as the servers hands them to the browser. Regards, Shmuel Krakower. On Tue, Sep 6, 2011 at 3:50 AM, Deepak Shetty <shet...@gmail.com> wrote: > >1. Kindly tell me how to move ahead with this situation. > Usually means you have to compare every request that the browser sends > which > what your Jmeter script is sending /receiving (using View Results Tree > ).Common causes are > a. You aren't using a cookie manager > b. You aren't sending dynamic data correctly. > > >2. Also if there is solution with Bean shell pre/post-processor for this > then kindly help me in understanding - how to apply and Use Bean Shell > scripts in this situation. > > Doesn't look like you need Bean Shell for this scenario. It or any other > scripting language is used when JMeter out of the box doesn't work or > doesn't have the functionality you are looking for and you dont need your > script to be highly optimised. > > regards > deepak > > > > > On Mon, Sep 5, 2011 at 2:02 AM, Nisha G. <nishag.1...@gmail.com> wrote: > > > Hello All, > > > > Thank you all for the advises, helps and advises you gave me for my all > > queries. > > > > Again I need your advise on two below mentioned queries which I am facing > > now. > > > > A. In My application there is a scenario in which I do below steps. > > > > - Thread Group > > - Login > > - Search with different- different criteria > > - System shows a tabular result with multiple > > results > > - Select some of the rows by choosing Check > > Boxes and do a action on those selected results/rows (total table rows > > varies from 15 to 100). > > - Log out > > > > Now issues are with search criteria... As I search with different > criteria > > system shows altogether different results. Here on the resulting page > when > > I > > do a "PAGE VIEW SOURCE" (Manually) then system doesnot show any table > > results in that source code; so that could not get recorded in my JMeter > > Scripts. But when I do same scenario using "Fiddler 2", in this tool all > > those tabular results got recorded and displayed very well. > > > > Query: > > 1. Kindly tell me how to move ahead with this situation. > > > > 2. Also if there is solution with Bean shell pre/post-processor for this > > then kindly help me in understanding - how to apply and Use Bean Shell > > scripts in this situation. > > (I never used this Bean shell scripting as I am new to this scripting > > language) > > > > Please help me out in this. > > > > Your advise and help mean to me a lot. > > > > Thanks and Regards, > > Nisha G. > > >