Hi Team,
I have been working to configure Jenkins to execute Test studio test files but it is failing.
I am following this URL : https://docs.telerik.com/teststudio/advanced-topics/build-server/jenkins-ci-plugin
I have set up Test runner configuration but It throws error like screenshot attached.
Error :
Running as SYSTEM Building on master in workspace C:\Program Files (x86)\Jenkins\workspace\02_Login Scenarios Command: "C:\Program Files (x86)\Telerik\Test Studio\Bin\ArtOfTest.Runner.exe" test="C:\Dev\OnTime\Scheduler\WebTests\System Regression\02_Login Scenarios\Success Login.tstest" root="C:\Dev\OnTime\Scheduler\WebTests\System Regression\02_Login Scenarios" out="C:\Program Files (x86)\Jenkins\workspace\02_Login Scenarios\TestStudioResults" result="TestStudioResults-1624407009049.junitstep" junitstep Command output: Error: unrecognized or incomplete command line. Unsupported argument 'junitstep'!
I also tried to use other Path to root folder which has settings.aiis but same error.
Please help !
Thanks you in advance.
I have an Angular Material Datepicker that has a couple of issues. The Start input has been saddled with a dynamic id (Dp1623875848Text), and I cant remove it(dependency).
I was thinking, since it still had a name="date-start" attribute, I could tie it to DateStartText in my entity repository. So, before I journey down a long road of futility, is coded step an option for fixing this?
My second issue with the datepicker, it is inconsistent about making it into the capture. If I bypass the calendars and directly type in the dates, they show up in the capture. If I select it through the calendars, they wont show in the capture. I suspect this a timing issue, but the dates are in steps 2 and 3. So, I'm not sure how fix that.
Steve
Hello Team,
I am trying to execute Test Studio API Project from Jenkins. For that I have followed this https://docs.telerik.com/teststudio-apis/advanced-topics/ci-server-integration#jenkins-plugin but can't see 'Test Studio for API runner configuratio'
1. Copied teststudio.hpi to jenkins plugin folder
2. Re-start Jenkins
3. I have created 'Free style project'
4. Add build step -> Can't find 'Test Studio for API runner configuration'
Am I missing something? Thanks in advance.
Sorry,
I'm having trouble getting TTS to capture an input field. It was working earlier exactly as it should. I was thinking that I did something to the Element Repository.
Do you have any documentation about modularity of tests?
Hello Forum,
I haven't seen this precise issue/question in this forum, that's why I open this thread.
The issue started happening when we upgraded from Telerik Testing Framework 2019 (191.2.12.0) to version 2021 (211.3.9.0)
Our code hasn't changed except for the Telerik Testing Framework version.
Previous behavior (the correct or expected one)
In our test, one of the steps involves Accepting a Client Certificate Window.
We normally achieve this by :
- clicking the button that triggers the Client Certificate Selection WIndow in Chrome,
- we wait a couple of seconds and then we Send an "Enter" to the screen.
Despite the fact, this might not be the best approach or practice, it's been working perfectly, for years.
But after we upgraded to version 2021:
- After clicking the button that triggers the Client Certificate Selection Window it gets automatically closed without the possibility to accept this certificate. Thus, we don't get authenticated.
There's no change in our code, just the version of the Telerik Testing Framework.
We are only interested in testing it with Chrome (that's our requirement)
Environment:
- Windows Server 2016 Standard Edition
- Chrome 91.0.4472.101 (Official Build) (64-bit)
I would appreciate any help. I may have done something wrong or skipped something but as far as I can see the only change is the Telerik Testing Framework version.
Sebastian Inones
Hi,
Is there a way or a coded step to stop the data driven loop if the data is not found? Instead of running all the remaining items over I want to stop the test and move on to the next test instead.
Thanks
Good morning,
I am trying to add dialog elements to my tests but none of them shows up. I even tried testing as a step but no luck. I see that the browser handlers are up to date. Any help would be appreciated.
Good morning,
I was able to run my tests on the Test Studio and as I tried to edit code for one of the steps, I the following error:
[ Compiler ] 11:08:13 'ERROR' > A required privilege is not held by the client 11:08:13 'INFO' > Build Failed
Any help would be appreciated.
hi,
I need to use runtime data in excel and nees to pass the same between multiple projects.Now im able to execute the file with hard code inputs.
Hi,
I want to run multiple projects in which one has data.I can able to execute the project with hard code data but unable to use external data between projects.