Thursday, 12 October 2017

Scripting Checklist

Correlation –
  • Each correlation function must have exception handling. NotFound=Error/Warning

Text Check -
  • Each transaction should have a text check and it should be placed right above the transaction
  • Text Check should be for the page content and not for the page header
  • Script should have appropriate handling condition if the text check fails.
  • Web services scripts should have text checks as well. Check the content rather than checking only the status codes

Runlogic -
  • Number of iterations should be mentioned

Think Time -
  • Never ignore Think Time in runtime settings. A Standard think time of 5 seconds for WebApp and 2 seconds for Services, to be used between transactions
  • ThinkTime should be parameterized and set in global.h 
  • No think time should be placed within the Transaction

Pacing -
  • Pacing is mandatory for all scripts. In Script runtime setting use Pacing (3rd Optoin). 
  •  Pacing can be calculated using formula. 

Additional Attributes –

According to the requirement we need to add the additional attribute in the Script

Headers -

Add Proper Header files to script



No comments:

Post a Comment