Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Correlation issue(I am unable doing correlation using TPTP)
Correlation issue [message #545849] Fri, 09 July 2010 12:04
Murthy Killada is currently offline Murthy KilladaFriend
Messages: 2
Registered: July 2010
Junior Member

Hi

I am using the Eclipse Version 3.6.0 and TPTP Version. 4.7.0

I have done recorded on script using TPTP i.e one test element is TPTP Test from Recoding. its completelly recorded. I need correlate
JSession value.

I am pasted the code below . Please see and give me solution

HttpRequest request = new HttpRequest();
request.setMethod("GET");
request.setVersion("1.1");
request.setHost("192.168.1.23");
request.setPort(80);
request.setAbsolutePath("/mnyltpp-web/jsp/stylesheet/tppstylesheet.css ");
request.setPageNumber(1);
request.setPageOrder(HttpRequest.PAGE_MID);
request.setSecure(false);


header = new HttpHeader();
header.setName("Referer");
header.setValue(" http://192.168.1.23/mnyltpp-web/jsp/login/runtime/login.jsp? portalCode=TPPRUNTIME");
request.addHeader(header);

header.setValue("JSESSIONID=0000chwZ8VVAgPrGjANIT2pFt1C:154besu15");

request.addHeader(header);
executeRequest(request);

I need to correlate JSESSIONID=0000chwZ8VVAgPrGjANIT2pFt1C:154besu15 this value.

Please tell me solution or alternative solution. ASAP
Previous Topic:HttpResponse::getBody() is always null value
Next Topic:[IAC] Unreadable IAC config files
Goto Forum:
  


Current Time: Wed May 08 16:21:13 GMT 2024

Powered by FUDForum. Page generated in 0.02761 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top