You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Scripts are usually created automatically in RAMP, but to deal with them confidently you need to understand some scripting basics.
Basic Javascript syntax

 
switch(thumbs down)
{
case 1:
execute code block 1
break   
case 2:
execute code block 2
break
default:
code to be executed if n is
different from case 1 and 2
}
  
Types of scripts in  RAMP
This topic covers:

 
Application level tracing

  • Use the Tracing option in the Framework menu to start Application Level Tracing

 
 

  • No labels