Posts

Showing posts from August, 2017

How to change ObjectMap of a module in Tricentis Tosca

Image
A module is an entity inside Tricentis Tosca commander which behaves like a repository element and contains UI control on which you perform certain actions. Now whenever you come across the scenario where you get the error stating that : " ObjectMaps don't have a unique name " Please follow below instructions to get rid of this error: 1. Navigate to the module (throwing error) 2. Right click on the String with a tiny gear icon with it (below IsCheckedOutByMe) 3. Click on Generate ObjectMap Name . Now the issue you were facing should be resolved. Thanks for visiting. :)
Image
  Tosca - Generate screenshots for each test step Dokusnapper i s a facility to generate report with the screenshots for each test step we are running while execution. What this report will provide at the end is as following: A word document for each test case. There will be 2 columns in this report one is screenshot and the other is information. Each test step will have one screenshot. Each screenshot will be having some inline commentaries about the action we are trying to perform in this particular test step. There is one logo at the header of each page (default or customized) is totally your choice Test case name as per the name of test case you've provided in your ExecutionList. Page number at the footer. Now we'll see how to set this report generation up . . .  First of all lets create one folder location called “DocuSnapperReports” on the path C:\Tosca_Projects\ToscaCommander\ .  Now Navigate to C:\Tosca_Projects\ToscaCommander\Template...