Hi,
Our application supports different languages and it reads the data from resource file (.rex). Does test studio supports reading data from resource file?
If yes, would it be possible to share some demo/sample. It is a web application developed in c#.
With Warm Regards,
Sumit Kumar
Hello
Highlighting element was working fine before but now it is misaligning . I am not able to do any actions on the highlighted element.
I did tried with the solution under :https://docs.telerik.com/teststudio/troubleshooting-guide/recording-problems-tg/highlighting-misaligned but no luck.
Appreciate your help in this regard..
Thanks
-
Padmashree
One of the test I'm trying to write is to verify the URL of a NEW browser window.
On a page of our site I'm testing a link to a new page gets clicked and its target is _blank, which causes a new window to pop. I need to validate that the URL is correct. Any suggestions?
Hello,
So I am running into an issue when I'm trying to download and then use an excel file. I record all the steps and use the dialog handler for "download", it saves the file. How do I then find and use that file in a coded step?
So for example. I am downloading a worksheet that has a row of data I need to validate exists. I am able to download the file correctly. But now I need to use a coded step to "find" the excel sheet I downloaded. I'm running into an issue when I try to do this.
The file downloads with a unique name (filename, date to milliseconds), so if I rename the file to something that I can repeatedly use in the coded step (setting the filepath = that name), the dialog box doesn't handle the "overwrite and rename the file if it already exists" issue.
Is there a way for Test Studio to handle this?
Thanks,
Si
I want to import text from Excel and use the text as part of a condition for If-Else decision. This text is not placed into any web page field. I just want to grab the text and make a decision based on its content.
Is there a way to do this?
For example:
If (the imported Excel text = a specific value) then
Execute TestAsStep1
else
Execute TestAsStep2
Hi, I am trying to run test lists om remote machine with Test Studio RunTime edition.
On the same machine, i have scheduling server, storage server, execution machine, project, connected to git.
in order to start my tests. I have a .bat file, that runs Telerik.TestStudio.CommandLineClient.exe -l <path to test list> -u<scheduled server name>
But when I start running test list, I got this messages:
Check whether to compile project
Starting to build job
Job built, Starting Upload to storage
Upload Complete- Queueing job on scheduler
Telerik.TestStudio.Services.Common.Exceptions.SourceControlNotReachableException
: Unable to reach source control server at:<path to git>
Can I turn off this attempt to get latest file version from git?