swevsw wrote: > Hi > can you explain me more about writing test cases by hand........ > What should i give in the protocol.......,if i give https,does it work...
Yes, putting https in the protocol field would work. Everything else will be the same as writing a normal unencrypted test. > > My whole code is using JavaScript as front end and Java Servelets as > backend,i have a call server that processes the request sent by my Java > Script code. > > So is it possible to write test cases manually?? Yes, as long as you can reproduce the behaviour of the JavaScript in JMeter. You just have to work out what requests should be sent to your servlet - you may find that Firefox plugins like 'Tamper Data' would help work out what these should be. > > Ronan Klyne-2 wrote: >> swevsw wrote: >>> Hi >>> Is there any other way i can record https requests.......i am not able >>> to >>> use BadBoy software.... >> Turn off HTTPS is the best option. >> >> You could save the pages from your web browser, and make a mock up >> website that is not encrypted, then record your tests there. This will >> be a lot of work if you want to test a lot of pages. >> >> Or you could write the tests by hand... >> >> # r >> >> -- >> >> >> Ronan Klyne >> Business Collaborator Developer >> Tel: +44 01189 028518 >> [EMAIL PROTECTED] >> www.groupbc.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > -- Ronan Klyne Business Collaborator Developer Tel: +44 01189 028518 [EMAIL PROTECTED] www.groupbc.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

