Posts

Tricentis Tosca: Recovery & Clean Up Scenario

  Recovery  Scenarios A  Recovery  Scenario is a collection of TestSteps that   Tosca  executes if particular tests fail. You can create  Recovery  Scenarios for one of the following objects: TestCase folders TestCases Recovery  Scenarios during execution You create your  Recovery  Scenarios in the  TestCases  section.  Tosca  automatically applies them during execution (  Recovery ). A  Recovery  Scenario is successful if all TestSteps there in return a positive result. During execution,  Tosca  looks for  applicable scenarios  on the closest  level . If there are several applicable scenarios,  Tosca  executes them top-to-bottom. If there is no applicable scenario, or if none are successful,  Tosca  looks for applicable scenarios on the next-higher level. If there are none, or if none are successful,   Tosca  moves on to the next-hig...

Selenium Interview Questions

  Selenium: Q #1) What is Automation Testing? Automation testing or Test Automation is a process of automating the manual process to test the application/system under test. Automation testing involves the use of a separate testing tool which lets you create test scripts which can be executed repeatedly and doesn’t require any manual intervention. Q #2) What are the benefits of Automation Testing? Benefits of Automation testing are: Supports execution of repeated test cases Aids in testing a large test matrix Enables parallel execution Encourages unattended execution Improves accuracy thereby reducing human-generated errors Saves time and money Q #3) Why should Selenium be selected as a test tool? Selenium is a free and open source have a large user base and helping communities have cross Browser compatibility (Firefox, Chrome, Internet Explorer, Safari etc.) have great platform compatibility (Windows, Mac OS, Linux etc.) supports multiple programming languages (Java, C#, Ruby, Pyth...