Telerik Forums
Test Studio Forum
3 answers
118 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
72 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
399 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
117 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
126 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
188 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
273 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
9 answers
394 views

Hi, Please see the code below...

            HtmlTable T2 = ActiveBrowser.Find.ByXPath<HtmlTable>("//*[@id='SystemClientsGrid']/div[2]/table");
            HtmlTableCell C2 = T2.Find.ByContent<HtmlTableCell>("l:ZZ");
            Log.WriteLine(C2.TextContent);
            string str1 = this.GetExtractedValue(C2.TextContent).ToString();

My Code is working fine till second last line as i can verify it in log. Last line not working.

It is throwing below mentioned error:

"The extracted variable 'ZZ' does not exist in the store. Make sure there is an extract step that has executed before executing this step."

 

 

 

Elena
Telerik team
 answered on 29 Jun 2018
7 answers
298 views

Team,

 

I am unable to Click on "OK" on a Confirmation Dialog. This step is very important in my script. Please guide me.

I have seen Documentation regarding this and tried in many ways. But still no go. Attached the Snapshot

 

Here is the code

using ArtOfTest.WebAii.Win32.Dialogs;
<br>Manager.Settings.UnexpectedDialogAction = UnexpectedDialogAction.DoNotHandle;<br>ConfirmDialog cd = ConfirmDialog.CreateConfirmDialog(ActiveBrowser, DialogButton.OK);<br>Manager.DialogMonitor.AddDialog(cd);<br>Manager.DialogMonitor.Start();<br>cd.Window.Close();
Elena
Telerik team
 answered on 29 Jun 2018
5 answers
363 views

Hello,

I am using Test Studio to test our webpage.  Here's the scenario:

1) The user navigates to an URL

2) Logins and by entering their credentials

3) Selects a menu item from the drop-down menu when the user hovers over a menu item on the top bar menu.

4) A new tab opens up with the specified page in the same browser.

Knowing what I read, you want to avoid testing tabs, so open the specified page in a new window?  Ok, that's fine but how do I get Test Studio to run the scripts in the new browser page?  Should I proceed with or just create tests using tabs?

If that one was easy, how do I check the existence of a specified text in a drop-down menu?  I tried using the recorder and the highlighter but I couldn't get it to work; the drop-down menu would disappear when using the highlighter.

Thank you

Peter

Vera
Telerik team
 answered on 26 Jun 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?