Questions tagged [tosca]

Ask questions on how to test your software with Tricentis Tosca. Tricentis Testsuite is a tool for managing and automating your test cases.

  • Optimize Risk Coverage by minimizing the number of test cases to achieve the highest possible risk contribution for each test case
  • Manage Test Data by offering a fully integrated set of capabilities for the design, generation and provisioning of test data and Automate test cases

Links

166 questions
0
votes
0 answers

Download and install TOSCA aid pack

I am searching a way to download TOSCA aid pack, but i couldn't able to find it in Tricentis support portal. If anyone has done this before, please help.
0
votes
0 answers

'No matching tab was found with the following properties: Title=Demo Web Shop*' when running testcase in Jenkins for a tosca testcase

I have integrated Tosca with jenkins to run in local .The test runs successfully on jenkins .However I see below error in result.xml file .The tests run fine in Tosca its only in Jenkins that I see this error .What do I do? This is the result.xml…
ShilpaSP
  • 1
  • 2
0
votes
1 answer

In tosca what if What if not able to identify control unique in Tosca using Technical proprty,index,image and anchor not working

What if not able to identify control unique in Tosca using Technical proprty,index,image and anchor is there any other way to identify control unique?
0
votes
0 answers

Is it possible to buffer an error execution in Tricentis Tosca?

I'd like to know if I can buffer an execution error in Tricentis Tosca. I am creating automated tests on Google Chrome and I would like to buffer the errors that Tosca gives me when there is something wrong (that log would be used in the…
CCC
  • 170
  • 1
  • 15
0
votes
1 answer

How can we verify the font color using tosca

Can anyone help me to verify the font color using tosca application. As we are using tosca for mobile automation and we are unable to verify the font color used in the mobile application. If anyone help us to identify the font color on web…
0
votes
1 answer

Tosca Error Execution " multiple Firefox windows are not support at the moment"

Can someone answer my question about tosca commander? Got an error message while running scratchbook.
0
votes
0 answers

Could not find Window 'Name of test case ' with the following properties:(name of module & attributes

Hey guys I keep getting this error on Tosca "Cannot Find Window" any idea as to what the problem is? All I am trying to do is log in on a login page.
LuvTee
  • 1
  • 2
0
votes
0 answers

In TOSCA by using DEX we can distribute testcases, if there is dependency in test case is it possbile to distribute using DEX

I am having 100 Test cases in TOSCA by using DEX I have distributed 100 test cases to 10 users with each user I have shared 10 test cases but the second 10 Test cases have a dependency on the first 10 Test cases, now will it execute or will it show…
0
votes
0 answers

Is there a way to operate over the ExecutionTestCaseLogs to capture results and pass the results of the ExecutionTestCaseLogs to the TDM?

I need to capture the ExecutionTestCaseLog results and pass them to the TDM My vision is that we need to 1)operate over the ExecutionTestCaseLogs to capture results 2)pass the results of the ExecutionTestCaseLogs to the TDM or elsewhere (local excel…
0
votes
1 answer

Automatically Reinstantiate a Template Instance in Tosca

I am working with a Test Case that takes input from an excel file in Tosca. I'm using a Template Instance so the data from the excel gets loaded and I can use it in my test case. I know I can reinstantiate the Instance by clicking on the…
0
votes
0 answers

How to get the data from an excel file located in a Sharepoint to Tosca through the SchemaPath Excel DataSource?

I am working on a project in Tosca Commander, one of the requirements is that the data Excel input file will be located in a Sharepoint and Tosca must access it and retrieve the data to run the automation. The contents of this file will change with…
0
votes
1 answer

TOSCA - How to verify second last row in tosca

I want to verify data from second last row of table. I stored rowcount-2 in buffer, but not able to pass it to row number i.e $ or #
Gandhali
  • 3
  • 1
0
votes
3 answers

How to pick different data from the DB while running same script in multiple machines

I am looking for a logic how can we get different data from the table where we are running same testcase around 5 machines. For example, In my X table i have 50 rows data, so I have to pass one data to one machine when my script is running…
Pavan
  • 17
  • 4
0
votes
1 answer

Has anyone used DEX agent in TOSCA and what are the benefits?

Anyone know the benefits/drawbacks of using DEX agent in tosca compared to the execution list. From my research, it seems that DEX agent has better performance as it is running the testing on multiple VMs.
0
votes
1 answer

Tosca : how to use make a web element wait for another one to be selected first

I'm automating a page with Tosca , and i want my first web element to hold until the second one is selected, so then the first one will be selected last . Is it possible ? Thank you