-1

I am trying to performance test a server that uses SSL TCP socket communication. Need to send a string data to the server and validate the response back.

Is there any way to perform this with java code? I am trying to use loadrunner for performance test.

HaveNoDisplayName
  • 8,291
  • 106
  • 37
  • 47
Anna Sundaram
  • 71
  • 1
  • 1
  • 6

1 Answers1

0

Yes? That's a really broad question, so here's the broad answer:

http://docs.oracle.com/javase/7/docs/api/javax/net/ssl/SSLSocket.html

http://www.herongyang.com/JDK/SSL-Socket-Client-Example-SslSocketClient.html

Dean J
  • 39,360
  • 16
  • 67
  • 93