• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jmeter for web application which is used frames(html)

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,

I am trying to test my web application using jmeter.

My application is a web application using struts frame work and html frames.

for each request the displaying jsp is devided into 3 frames.

Header jsp,Body jsp, Footer jsp .

For each request the body part will be changed.

for first page i get succeeded testing and getting 'save response to file' correctly.

After giving user name and password it is serching for Header jsp,body jsp, and footer jsp.

can any body suggest solution

will jmeter support html frames or not

thanks in advance

regards

usha
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I haven't used JMeter to test frame-based websites but it shouldn't take too much of your time to create a small set of frame-based HTML pages and run JMeter against those, assuming that you've already got JMeter installed and know how to use it.

PS. I deleted your other thread as a duplicate for this one.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic