Posts

How to Buffer current URL using Tricentis Tosca

Image
Use TBOX to scan your webpage normally with the required control. Once module is saved to the to the commander perform following steps 1. Create Technical parameter (blue icon) named URL for the module attribute 2. Enter {XB[<BufferName>]} as a value to URL e.g.{XB[URL]} 3. Create a test case using this module 4. Run test case in execution list or Scratchbook URL of page will saved to chosen buffer while running the test case. in my case it will be in Buffer "CurrentUrl"

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...

How to enable Check In Comments in Tosca Commander

Image
 Enable Check In Comments in Tosca Navigate to Tosca Commander->Settings->Commander->General->Advanced Then Select On from the record EnableCheckInComments to enable check in comments  and Off to disable check in comments Please refer below screenshot: Thanks for referring this blog