Telerik Forums
Test Studio Forum
1 answer
119 views
Does WEB UI Test support concurrent testing?.

We are hosting our web application on the cloud, where i need to perform some muti tenant testing. Is it possible to perform the same using this tool?

Regards,
Cheluvambike
Daniel Levy
Telerik team
 answered on 08 Apr 2011
2 answers
112 views
Hello,
I am using Telerik WEBUI test too QA edition trail version and trying to explore its features in order to decide if we want to use it for our application.

I have a scenario where in When I click on Menu and select a menu item EXIT. a modal pop up open as show in the attached pic. Using the telerik test tool QA edition, I am not able to capture or record this modal pop up.

Can you Please let me know, how to get this to work.

NOTE: I have also added few other threads with questions. I would appreciate if you can help me with those as well.

Thanks,
Anju
Anju
Top achievements
Rank 1
 answered on 08 Apr 2011
5 answers
281 views
Hello,

I have run into some simple(hopefully) issues. I am trying to test these scenarios.... and cannot figure out how to to add a verification that checked if something is enabled or disabled based on a checkbox being checked or not.

Test Scenario 1:
Unchecking a checkbox should disable three things, 1. Text Box, 2. Title background color changes field and 3. Title foreground color changes.

Test Scenario 2:
Checking a checkbox should enable three things, 1. Text Box, 2. Title background color changes field and 3. Title foreground color changes.

Test Scenario 3: Is it possible for Web UI to distinguish between two colors? I need to make a selection for a background color and ensure that the change reflects in the background on the App. Possible?

Let me know if any of the above can be done.
QA
Anthony
Telerik team
 answered on 07 Apr 2011
1 answer
147 views
I must be missing something - I need to update columns in my bound csv file with extracted variable data. It needs to be in the file, and not the log, so that it can be used for various reporting methods. Can this be done?
Cody
Telerik team
 answered on 07 Apr 2011
1 answer
89 views
Hello
I was wondering if there is any example of using the test studio to start and automate multiple browser simultaneously. I want to simulate large number of users and look at performances index.

I've been able to start n browsers from one manager object but then I'm stuck at sending information to each browsers. I can't seem to find the "page" object from my current browser. Before I "try and try".  perhaps you guys already have a "best practice" sample for me.

I looked into the forums without any luck.

Thanks
Louis
Cody
Telerik team
 answered on 07 Apr 2011
11 answers
126 views
When I try to view the videos on http://www.telerik.com/automated-testing-tools/support/videos/getting-started/webui-test-studio-qa-edition---creating-your-first-project.aspx, I receive the error, "Failed to open media."

What can I troubleshoot to resolved this?

Video failed to load in IE8 and Firefox 4.
Cody
Telerik team
 answered on 07 Apr 2011
3 answers
309 views
Hello Telerik Team,

I am using classic RadControls.  Can you please help me to provide some help on how to get the items count of the items in Radcombox with in the code.

I am trying the following code and getting error:
RadComboBox box = Find.ById<RadComboBox>("cboReqProviderID");

Exception thrown executing coded step: '[New_Test_CodedStep] : My test'.
InnerException:
System.NullReferenceException: Object reference not set to an instance of an object.

Can you please help me with the following:

1) Show in code how to get the items count of Radcombobox
2) Provide me with some documentation on how to debug code in WEBUI test studio QA edition
3) Log.WriteLine doesnot  write anything in the Log file.
Thanks,
Anju
Stoich
Telerik team
 answered on 07 Apr 2011
1 answer
101 views
Hello!
I am trying the Telerik QA Edition (trial) very much new at this. I recorded some tests. And every test includes some frame type elements. What I want is to change a property value for all frames. Like I want replace src, baseURL or friendly name of all frames with something else. In sort I want to change the frameinfo for all frames of my recorded test in one go. So is there any easy way to find and replace them in one go except changing each of them manually?

May be it's a very easy thing but I can't find it out.

Thanx for helping...
Anthony
Telerik team
 answered on 06 Apr 2011
6 answers
180 views

Hi,

Our team is evaluating WebUI Test studio QA Edition (Trial version, version: 2010.3.1421.0).

Now we are facing a problem during recording operations on Modal Popup. We have already gone through the thread How to handle modal popup dialogs?

As per above thread, a prompt should appear for non-modal popups which are also appearing in our end as expected. But for modal popup recording the operations are not recording which should be done automatically.

The scenario is straight forward: We have a link clicking on which a modal dialog appears (more specifically we are using ShowModal() function to open the modal popup).
However one of our colleagues able to record modal popup only once.

So are we missing anything? Do we need to do any extra configuration to enable modal popup recording?

Please respond asap.

Anthony
Telerik team
 answered on 06 Apr 2011
1 answer
248 views
I have some code that attempts to launch an IE browser. This code is integrated with NUnit and launched via TeamCity and the NUnit plugins they bundle with their continuous integration build solution. Launching a Firefox browser works fine.

System:
  • Windows 7
  • IE 8
  • WebAii 2010.3.1213.0

Things I have tried already:
  • ensured I am launching the 32bit version of IE8
  • no other IE add-ons are running
  • 'Allow active content to run in files on My Computer' is enabled
  • set TeamCity's NUnit plugins to always run as Admin
  • ensured the TeamCity login user is an Admin

Stacktrace:
Test(s) failed. System.TimeoutException : Wait for condition has timed out
   at ArtOfTest.Common.WaitSync.CheckResult(WaitSync wait, String extraExceptionInfo)
   at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout)
   at ArtOfTest.WebAii.Core.Browser.WaitUntilReady()
   at ArtOfTest.WebAii.Core.Manager.LaunchNewBrowser(BrowserType browserToLaunch, Boolean waitForBrowserToConnect, ProcessWindowStyle windowStyle, String arguments)
   at OrcaJSAutomation.When_running_qunit_art_of_test_browser_tests.GetTestReport(BrowserType browserToLaunch) in c:\QA\OrcaJSAutomation\OrcaJSAutomation\When_running_qunit_art_of_test_browser_tests.cs:line 86
   at OrcaJSAutomation.When_running_qunit_art_of_test_browser_tests.RunAndReport(BrowserType browserType) in c:\QA\OrcaJSAutomation\OrcaJSAutomation\When_running_qunit_art_of_test_browser_tests.cs:line 46
   at OrcaJSAutomation.When_running_qunit_art_of_test_browser_tests.Passes_qunit_internet_explorer_tests() in c:\QA\OrcaJSAutomation\OrcaJSAutomation\When_running_qunit_art_of_test_browser_tests.cs:line 41
------- Stdout: -------
[9:41 AM] - Using: ArtOfTest.Common, Version=2010.3.1213.0, Culture=neutral, PublicKeyToken=14a0200bfcbb7b62
[9:41 AM] - OS: Microsoft Windows NT 6.1.7601 Service Pack 1
[9:41 AM] - Locating ArtOfTest.Connector.dll
[9:41 AM] - Loading C:\Program Files (x86)\Telerik\WebAii Testing Framework 2010.3\Bin\ArtOfTest.Connector.dll
[9:41 AM] - Loading _HookProc@12
[9:41 AM] - Hooking window 56230192
[9:41 AM] - Starting up the .NET runtime
[9:41 AM] - ------- Function Start 'InternetExplorerActions.InjectCode' -------
[9:41 AM] - Connection string: C:\Windows\assembly\GAC_MSIL\ArtOfTest.InternetExplorer\2010.3.1213.0__5339893a7cefe4d6\ArtOfTest.InternetExplorer.dll?ArtOfTest.InternetExplorer.ArtOfTestPluginEntryPoint?11808
[9:41 AM] - Attempting to get document from window handle
[9:41 AM] - ------- Function End 'InternetExplorerActions.InjectCode' -------


Do you guys have any other suggestions on things I might try?

Thanks a lot!
Kevin
Stoich
Telerik team
 answered on 06 Apr 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?