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

Buffering a New url which is navigated on other page using tosca in run time

There is an website called X, When u click on the particular button from website X, it navigates in another tab with new url & i want to buffer that new url at run time. How to do in tosca?
0
votes
1 answer

Scan current URL and compare with buffer in tosca

After logging into website, it might go to proofing page and then to the landing page or directly to the landing page, which uncontrolled and unpredictable. So I scanned the Proofing page and compared the URL in my testcase, but its failing as its…
user184008
  • 37
  • 1
  • 1
  • 9
0
votes
2 answers

How to verify a link text value in tosca which doesn't have an innertext

How can I verify the text "download quote" of the link Download Quote in tricentis vehicle insurance application. [enter image description here][1] [1]: https://i.stack.imgur.com/RerWR.png Innertext is not present for this particular link.Please…
jnmname
  • 1
  • 2
0
votes
0 answers

How to convert UFT test case to TOSCA

I am trying to convert UFT test case to TOSCA. I have found TCMigration API and The connector project, in Github . In the "How to Use" Manual, below step is mentioned. Reference the downloaded TCMigrationAPI assembly into FrameworkMigratorConnector…
CodeKavi
  • 45
  • 7
0
votes
0 answers

Tosca execution error unable to open workspace

I have a Tosca test case for cicking on the automobile in tricentis sample web application. I have executed the same in Tosca CI and it works. Now, I want to run it on a CMD. I have navigated to the path where Toscaclient is present and ran the…
priya
  • 391
  • 1
  • 5
  • 24
0
votes
3 answers

Unable to open and close browsers

I have this scenario of 4 redundant test cases as marked below and the basic idea is running the 4 test cases from the folder highlighted in green. The last step for each test case is closing the browser and the first test case step is open a new…
ANGIRA SARKAR
  • 43
  • 3
  • 7
0
votes
0 answers

Error while entering a text in a input box in tricentis Tosca

I'm trying to add a text into input box in tricentis tosca. But the webpage throws an error something like : Message from webpage: The value "[123456, function(callback/, thisArg/*] { VarT,K..... I treid using SENDKEYS and USERSIMULATION even…
Shivaraj
  • 1
  • 1
  • 2
0
votes
2 answers

Why Automated Data Driven test cases using Tosca throwing -- No suitable value found for command 'XL'

I am trying to automate Salesforce instance using Tosca ,and i used "Automated Data Driven test cases" which is simply Recording of Test cases option using the Tosca tool ,after successful recording when i tried to execute the test case by "Run in…
Carolyn Cordeiro
  • 1,525
  • 3
  • 11
  • 26
0
votes
2 answers

Getting error 'Could not register new connection at TOSCAAutomationService.Reason: Connection Timeout of 15000 ms has been exceeded!" in Tosca

I am new to TOSCA. When i tried to run my test case in TOSCA 13.0 version i am getting error 'Could not register new connection at TOSCAAutomationService.Reason: Connection Timeout of 15000 ms has been exceeded!.' Please kindly help since i have…
0
votes
2 answers

Getting "The system cannot find the file specified" while opening IE browser in TOSCA

I am new to TOSCA ,trying to open IE browser and closing it However in Scratch Book is showing above error in log info.I checked Test Configuration is correctly set as Browser InternetExplorer. Could anyone please help me to resolve this error.
Amruta
  • 1,128
  • 1
  • 9
  • 19
0
votes
3 answers

TOSCA module coming empty when I call it through test case creation folder

Module view from module folder which has all detailes Test case view I just created a module in TOSCA with two test steps. However, when I call it through the test case creation folder it is coming empty. Not showing module details. Can anyone help…
Sara
  • 1
  • 2
0
votes
1 answer

Input Order in Tricentis Tosca

I am kicking the tires on Tricentis Tosca with their free trial, and while the tutorial went swimmingly, my very first attempt to do a test of my own I ran into a scenario I can't figure out. I decided to try doing a test on the Windows calculator…
0
votes
1 answer

Tosca XML Ressource - more than one control found for action "XML node"

Context: I'm trying to automatize the comparison between an XML and data Table XML structure: First step is working, I'm counting the…
ACA69
  • 1
  • 1
  • 1
0
votes
3 answers

Putty Automation using TOSCA

I am using TOSCA for automating putty. I want to enter commands using TOSCA and want to verify search results too. If there is anyone who has worked on it, please help. Thanks in advance.
0
votes
1 answer

Manage tabs in tosca testsuit

Im trying to generate a testcase but im my web, when i click a menu this open a new tab and tosca says that cant find that element. How can i make somthing like windowshandler from selenium in tosca tricentris?