-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
  • 7,993
  • 106
  • 33
  • 46
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
  • 37,552
  • 16
  • 64
  • 93