Telerik Forums
Test Studio Forum
3 answers
84 views

Hello,

 

I just downloaded progress test studio. Trying to do a POC on this. My objective is to be able to run our test suites in multiple browsers parallel .The Test list has 2 tests and I want to able to run both the test in Chrome and firefox in parallel. I read through your documentation, set up one Scheduling server (which is also an execution server and its my local machine). I have another machine in my VMWare which is the second execution server. I have a third machine in the same VmWare where I am kicking off my tests. I clicked on the status and both machines are Ready (Attached screenshot). 

 

Now I go into Test Lists, Run Remotely select both machines to execute in Firefox. So seems like the test gets kicked off in one of my machines(this is my local machine), but nothing happens in my other executing machine . Also the test list report in my calendar is yellow and does not change to red or green. It seems like the tests are stuck but I don't know why its not able to kick off the test on one of the machine when its able to do in the other machine. Any help would be appreciated. This is one of the criteria I am evaluating the tool against and would like to know the result .

 

Thanks!

 

 

 

Elena
Telerik team
 answered on 19 Jul 2018
3 answers
105 views
When I navigate to 'http://www.naver.com' by Internet Explorer. 

When measured by Fiddler it takes 0.1 sec. 

Because it does not include client processing time(Screen logic+rendering time).

When measured by Test Studio it takes 5 sec. 

Does Test Studio include client processing time(Screen logic+rendering time)?

ref)
Performance metrics supplement your existing functional UI tests to include such data as server processing time, network latency and client rendering time.
http://www.telerik.com/teststudio/performance-testing


ref) webpagetest also include client processing time(Screen logic+rendering time)
https://www.webpagetest.org/
Elena
Telerik team
 answered on 19 Jul 2018
8 answers
231 views

Hello - I am a new user - just got the trial version today. I am a QA manager, not a developer - so please be gentle :)

I have Test Studio version 2017.2.530.0, and was able to record a very simple test to just navigate to a website and clink a link. When I execute this test with Firefox or Chrome, it works perfectly. When I execute with IE (v 11.0.9600.17843), it fails every time with error as shown below. The IE browser is calibrated, has the browser extension "Launch Telerik Exploratory Testing" loaded and enabled. The IE browser launches to "about:blank" and just sits there until it times out. Never populates with the "Navigate to..." url.

------------------------------------------------------------
'6/8/2017 4:13:05 PM' - Executing test: 'WebTest(1)', path: 'WebTest(1).tstest.'
'6/8/2017 4:13:05 PM' - Using .Net Runtime version: '4.0.30319.34209' for test execution. Build version is '2017.2.530.0'.
'6/8/2017 4:13:05 PM' - Starting execution....
'6/8/2017 4:14:07 PM' - Failure detected during execution. Details:
------------------------------------------------------------
'6/8/2017 4:14:07 PM' - System.TimeoutException: Wait for condition has timed out
   at ArtOfTest.Common.WaitSync.CheckResult(WaitSync wait, String extraExceptionInfo, Object target)
   at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout, WaitResultType errorResultType)
   at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout)
   at ArtOfTest.WebAii.Core.Manager.WaitForBrowserToConnect(Int32 browserIndexToWaitFor)
   at ArtOfTest.WebAii.Core.Manager.LaunchNewBrowser(BrowserType browserToLaunch, Boolean waitForBrowserToConnect, ProcessWindowStyle windowStyle, String arguments)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InitializeWeb(ExecutionEngineCreateParams initParams)
   at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.CreateAndInitializeEngine(Test test, ExecutionEngineCreateParams cp)
   at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(ExecuteTestCommand command)
------------------------------------------------------------
'6/8/2017 4:14:07 PM' - Test completed!


Any assistance would be greatly appreciated. I am tasked with researching and implementing automated testing for our new product, and I'm very impressed with Test Studio.... if I can get it to work :)

Thank you,

Fran


Elena
Telerik team
 answered on 18 Jul 2018
3 answers
92 views

Hi all,

We have a web-based platform which contains workflows. these workflows can be configured in different ways. Our main application is a Helth and safety software configured using those workflows. The application is developed using C#. we are starting to create automation testing using your tool. but before I start, I would love to get some suggestion from you as I am new to this software. please provide me with some information about the area like, how can I get most out of from your tool?, the best approach for our system using your tool?, how can I get better coverage with less scripting which places  can reuse created scripts.. etc

we are to fully automate our H&S system so we can run it every night to confirm that it works as usual with all the builds.

you can log into our system using the link and have a sneak peek inside.   

https://tst-lwa-phase4-tz.assurasoftware.co.nz

User Name:- TestStudio Password:- Password1

Thank you,

Kind Regards,

Purnima

Vera
Telerik team
 answered on 18 Jul 2018
2 answers
58 views

I've wasted like 3 hours on this today and I can't figure it out....

https://www.screencast.com/t/fn11cTUl

This step of the test is to basically wait to see if the angular ajax call pulls in the users, if it does, count to make sure... but it's always 0

Doesn't matter if the Timeout is set to 10s, 20s... it always fails at this step.

Thoughts?  Please help

Steve

Elena
Telerik team
 answered on 17 Jul 2018
3 answers
365 views
Hi Telerik team,

When I want to deal with one srting, just like split it or get the length of it, I use the function like 'Mid', 'Split' and 'Len'. But these cannot work.
Following is the error message that displays in the Log:
(BC30451) 'Mid' is not declared. It may be inaccessible due to its protection level.

So, how to deal with this issue?
Elena
Telerik team
 answered on 17 Jul 2018
3 answers
103 views

I have a search box where I type some text in, hit enter and it redirects me.

The recorder though only records the text not the ENTER... what should I be doing?

Vera
Telerik team
 answered on 17 Jul 2018
1 answer
105 views

Hi,

I´m executing tests on subscribe section on a website. It requires fields such as email and ID. As this test requires to be executed many times, it isn´t possible to create new profiles every test. So, I wanna run a procedure after the subscribe test that excludes the last subscription created. How can I bind the real dev database to the test and create a procedure to delete this last created profile?

 

Thank you,

Gabriel

Elena
Telerik team
 answered on 17 Jul 2018
9 answers
155 views

Hi , 

I am unable to record test cases. I did go through the steps mentioned , but most folders are not same. Can you please help me with steps to record,  create test cases and run the test cases.

 

Below error was displayed when clicked on setting and choosing android sdk location

 

1. Aapt.exe doesn't exist in the specified location: C:\Users\noorain.adeeb\AppData\Local\Android\Sdk\build-tools\\aapt.exe

 

Thanks,

Noorain Adeeb



Shtilianov
Telerik team
 answered on 12 Jul 2018
3 answers
252 views

Hi All,

We have few desktop applications, which has developed using .NET technologies and Java as well. I tried recording script using Test Studio and it was rejected as the application is not WPF app.

Is there any way to automate these non-WPF based applications?

 

Thanks,

Palani

Elena
Telerik team
 answered on 04 Jul 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?