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
3
votes
1 answer

How do I capture program output in Tosca?

We want to test the output from a command line program that is started by Tosca. For instance, we're expecting java -jar myprogram.jar to stream the following output to System.out: 2016-10-12 09:00:00 INFO [thread-name] MYPROGRAM started 2016-10-12…
Phil Cairns
  • 758
  • 4
  • 15
2
votes
1 answer

Tosca: searching / bulk renaming Test Configuration Parameters

I can't find a way to search for TCPs / search TCP usages / renaming all TCPs. Let's assume I have a 'licensePlate' TCP set up on the highest level of the hierarchy, and that I have 2 subfolders. In one of them I use the value as it is, in the other…
PLB
  • 881
  • 7
  • 20
2
votes
2 answers

How to use dynamic xpath in tosca

I have a scenario where I have to use xpath to identify the element . However I want the xpath to be dynamic and the parameter that I pass to xpath should be based on buffer that I stored as part of the test run. Is it possible to give buffer value…
ishaan
  • 49
  • 1
  • 8
2
votes
0 answers

Is there a way to attach a file generated in excection to the result with Tricentis Tosca TBoxAPI

is it possible to attach a file that gets generated in execution of the testcase to the execution result in Tricentis Tosca? I wrote a SpecialExecutionTask that generates a .csv file, but now I want to attach it to the TestResult so I have it in the…
TheEisbaer
  • 103
  • 2
  • 12
2
votes
0 answers

Execute Selenium Script with Tosca

I am trying to run an existing Selenium Script within Tosca. But there seems to be an issue and none of the existing articles really help me. I used the standard tbox modules "Start Selenium Server" and "Run Selenium Scripts". In those modules I…
whoisdani
  • 21
  • 3
2
votes
2 answers

Masking password in Tosca TCD

I am trying to find a way to mask test data in Tricentis Tosca like a password, for instance. I see in TestCases section I can mask data by setting type as Password from string - however in TestCaseDesign there is no such option. Please let me know…
SoapUITester
  • 21
  • 1
  • 4
2
votes
4 answers

Tosca and Jenkins

Does anybody work with Tosca and Jenkins? I have problems to run my batch script from Jenkins. It does not open browser, but job is finished successfully. Batch script runs normally when I try to run in on Windows, without Jenkins. Anybody has an…
testter
  • 29
  • 1
  • 5
2
votes
2 answers

How to use loop statements and condition statements in TOSCA?

I am new to TOSCA, kindly guide me How to use loop statements and condition statements in TOSCA... Thanks in advance. Sreeni
seenu reddy
  • 25
  • 1
  • 2
  • 7
2
votes
1 answer

Tosca Test Case Design relationships with Classes

I am doing test case design on the Sample Application sampleapp.tricentis.com. I want to do the test design in the most re-useable way possible, so i have split it into classes. I want to create a relationship to yield all instances of the Fuel Type…
David Colwell
  • 2,450
  • 20
  • 31
2
votes
3 answers

Fetch Test data from Excel using TOSCA

This is about TOSCA Automation tool. I have an excel and loaded all my test data in it. All i need to do is getting this data from excel using TOSCA. Please help me on this.
J_Coder
  • 707
  • 5
  • 14
  • 32
1
vote
1 answer

How to automate tests which requires OKTA OTP verification

How to automate tests which requires OKTA OTP verification? Use case: User will the internet banking website User will enter valid ID and password Website will request for an OTP User receives an OTP on mobile phone User enters the OTP Login…
1
vote
1 answer

Tosca: Close browser if open

I would like to close the browser completely before opening it when starting a test case. Is there a way I can tell Tosca to close a browser if it is open?
Enigma
  • 305
  • 2
  • 11
1
vote
1 answer

Tosca not edifying field in FIORI test automation

I'm currently using Tosca to automate a specific SAP process in FIORI. At the end of the process, I need to click a specific field to finish the process. What happens is that the program doesn't recognize the field. I tried multiple scans and…
1
vote
1 answer

How to read the value from excel and use that value as Input on application on Tricentis Tosca?

On Tricentis Tosca, I have used Tbox->Excel Modules Given the Tbox define excel range->Given the start cell and end cell. But i don't know how to read that value from excel and use on Application using Tosca.
1
vote
2 answers

Can I use buffer as condition in TOSCA

I wanted to get the value from the page as a condition to run for the next step. For example, if the status shows 'On', then it should run the next test case. If not, then it should skip that test case. I tried to put {B[buffername]} == "ON" in the…
nixreen
  • 31
  • 5
1
2 3
10 11