728x90 AdSpace

Friday, August 29, 2014

Content Check


To understand our virtual users behaviour or success of the test ,we need some checkpoint to be sure about contents vuser faced. We can check expected responses of app. (like generated error messages)

Content check can be done with three different way.

- web_global_verification function

//define what you want to check : 
web_global_verification("Text/IC=<Exception>""Fail=Found",  "Search=ALL""ID={ExceptionData}",                    LAST);


//you can exclude the controls for the request which between  pause and resume functions. 
     web_global_verification_pause("ID={ExceptionData}",
        LAST);

     web_global_verification_resume("ID={ExceptionData}",
        LAST);

- web_reg_find function

//with this function you can only make a text check for the next request after the function.
//from view menu select the steps toolbox  and search for web_reg_find . Double click on it and then //configurate what and how do you want to check.



- Content check 

//This one is the most handy one. You can create multiple rules and checkpoints for multiple app. After saving rules you can  also import and export in further works.






  • Blogger Comments
  • Facebook Comments

0 comments :

Post a Comment

Item Reviewed: Content Check Rating: 5 Reviewed By: onurcelep
Scroll to Top