Monday, March 7, 2016

What is the difference between True Client protocol and HTTP protocol?

True client protocol works based on GUI, like click and script.Where as http protocol works on http layer (request and response).Web (HTTP/HTML) protocol script consist of series of requests written in C functions.It is difficult to add customized codes in true client protocol,where as in web http/html it is pretty much easier.

It works similar to the real browser by executing the web page code, so correlation is not required .No correlation is required for the dynamic content, it is similar to the QTP scripts running in C style. If there are grid items and similar objects need to handle objects Html ID's.

True client scripts consumes lot of memory during execution. So we need more physical resources for execution


---------------------------------------------------  Inshort ----------------------------------------------------
TruClient’s main Benefits:

  • Less scripting time
  • More accurate representation of end user activity
TruClient’s main Downside:
  • Memory Intensive