Hey guys,
So I was just Setting up some Load Tests for an external client.
The Thing is: In the Load test when I go to the "Manage" tab to set up the virtual users, all I get is a popup stating what is in the title: 'We are not able to acquire Licensing Information' among with a prompt to buy new licenses and the hint that even when I'm offline I have 100 users available
So far so good. But there is no prompt to just 'continue' or hide the popup. It's either "Buy Users" or ESC-out. The actual "Manage virtual users" form is grayed out as Long as the popup is on it.
Test Studio runs in an intranet environment, so there indeed is no connection to the internet.
But how do I circumvent this popup, please?
Thanks guys. I appreciate it.
Kind regards
Ben
Project tab, right-click properties on a project, Browser type = Firefox
Right-click / Run Test on the same project - Chrome is used?
I have been doing some re-factoring of my tests and I wonder if others have developed ways to figure out how bet to do these things.
For example, Say that I have a 3-page web app, I would like to set up a test like:
ASmartTest:
LoginStep
Page1Step
Page2Step
Each step contains 5 mini-steps. Then if I wanted a different "Page1" experience, I could re-use the other pages' steps.
But I cannot do this. The way environment variables are implemented causes problems. I need an environment variable to be set within all the steps. This works when I run the test as a whole. But say there is a problem with the test in the middle of Page1Step. I can:
- click on the 'LoginStep' in the test and select Run -> To Here.
- let this run.
- open the Page1Step and select the first 4 mini-steps and select Run -> Selected Steps.
But this does not work. After the LoginStep finishes, the process ends. If I start the mini-steps in Page1Step, they do not see the environment variables. So, if I am going to execute to the middle of Page1Step, then LoginStep and Page1Step need to be jammed together into one step, so that they run in one process.
To put this another way, I cannot point to a step inside Page1Step and say run 'To Here' to that step within ASmartTest. I want to point to the 3rd step inside Page1Step and say run 'To Here' and have that mean 'run all of test steps in ASmartTest before this step and the mini-steps to here in this step'. And there seems to be no way to do that. Am I wrong?
To offer another solution, executing run 'To Here' could serialize the environment and reload those serialized variables when a 'Run Selected' is run. There is more than one way to fix this. Can something be done?
Any other suggestions?
thanx - ray
I am struggling with finding the best way to configure my tests dynamically.
I am logging into one of 4 or 5 servers. Sometimes I can use the same username/password pair and sometimes I cannot. I would also like to set environment variables specific to each environment. The only way I can do it now, is this. Say I have a "MyWebTest" to run. The first step is a code step that can log in and set variables. Everything after the login is in MyWebTestStep. What I have to do now is create 5 tests:
MyWebTestAAA: (1) LoginStepAAA (2) MyWebTestStep
MyWebTestBBB: (1) LoginStepBBB (2) MyWebTestStep
MyWebTestCCC: (1) LoginStepCCC (2) MyWebTestStep
and so on. This seems lame.
Or I can have the LoginStep do all of the configuration.
If I am running a test as a test, I have the 3 properties: CustomProperty1, CustomProperty2, CustomProperty3. I can put information in those and pull out the configuration info that I want.
If I am running a test within a test list, there is only one property that I can use, or mis-use. That the is baseUrl. Nothing else allows me to add arbitrary text. I can put http://url.com?env1=this&env2=that. And then I can put information in those and pull out the configuration info that I want.
But what I would like is o have only one "MyWebTest" and run a test list and, within that, run "MyWebTest" configured for AAA, the run in configured for BBB and then run it configured for CCC and I cannot do this. Again, I want to do this without having to create multiple copies of "MyWebTest".
If I do something using the custom properties, I can only use it when running as a test. If I use the baseUrl, I can only use it when running as a test. If I do both in different places, these things fight against one another. Is there a reasonable way to do this?
Hi,
While running test scripts the click events are failing, which were worked fine when i had recorded. Now, i have installed new trail version, after wards the scripts getting failed at click events. Can you please assist me how to fix these problems.
I have attached screenshots for reference,Please find the attachments. Thanks in Advance.
Thanks & Regards
Srilatha
Internet explorer (IE) has stopped working during test execution throws error: ***** is not responding recover webpage.
"This issue happening only with Operating Systems: Windows 10 and Windows Server 2019, whereas works fine with Windows 7."
I am using internet explorer version 11.778.18362.0 to test my silverlight/asp web application using TestStudio_Ultimate_2018_2_0606_3.
Tests run "without" any issues using Windows 7, now we are trying to test SL application with Windows 10 / Windows Server 2019 but IE has stopped working during test execution (see attached). Every time I run a test, at some point of time it gives "***** is not responding recover webpage" error message and failing test. There is no consistency, where it fails either Silverlight or ASP pages.
Is anyone experiencing same issues? Any ideas to fix these kind of issues.
Thanks,
Tekmal
I am facing problem in text size display. How to increase size according to our wish. Also is there any way to enable dark mode in telerik test studio?
Thanks.
Hello
i am unable to run my test steps when i made changes in test steps and edited elements. But when i try to run then compiler showing error and i dont understand where i have made mistake. please help me.
[ Compiler ]
17:32:30 'WARNING' > e:\Testing\AtlaxyTesting\2.3\AtlasTicketPortal_Decoupling\001-GeneralCode\GeneralCode.tstest.cs(690,37) : warning CS0472: The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'
17:32:30 'WARNING' > e:\Testing\AtlaxyTesting\2.3\AtlasTicketPortal_Decoupling\001-GeneralCode\GeneralCode.tstest.cs(1770,37) : warning CS0472: The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'
17:32:30 'WARNING' > e:\Testing\AtlaxyTesting\2.3\AtlasTicketPortal_Decoupling\001-GeneralCode\GeneralCode.tstest.cs(2503,16) : warning CS0219: The variable 'result' is assigned but its value is never used
17:32:30 'WARNING' > e:\Testing\AtlaxyTesting\2.3\AtlasTicketPortal_Decoupling\001-GeneralCode\GeneralCode.tstest.cs(2565,16) : warning CS0219: The variable 'result' is assigned but its value is never used
17:32:30 'WARNING' > e:\Testing\AtlaxyTesting\2.3\AtlasTicketPortal_Decoupling\13000-VetoUserAccessPermission\Operations\13005-VetoUserTicketCreationWithUserPermissionInsertOnly02.tstest.cs(121,18) : warning CS0219: The variable 'status' is assigned but its value is never used
17:32:30 'WARNING' > e:\Testing\AtlaxyTesting\2.3\AtlasTicketPortal_Decoupling\13000-VetoUserAccessPermission\Operations\13005-VetoUserTicketCreationWithUserPermissionInsertOnly02.tstest.cs(154,18) : warning CS0219: The variable 'status' is assigned but its value is never used
17:32:30 'ERROR' > e:\Testing\AtlaxyTesting\2.3\AtlasTicketPortal_Decoupling\5000-TemporaryBlockAccess\002-Operations\5010-TemporaryBlockOperationAllExternal.tstest.cs(701,40) : error CS1061: 'AtlasTicketPortal.Pages.AtlaxyTicketPortal43Page' does not contain a definition for 'ExpandImage3' and no extension method 'ExpandImage3' accepting a first argument of type 'AtlasTicketPortal.Pages.AtlaxyTicketPortal43Page' could be found (are you missing a using directive or an assembly reference?)
17:32:30 'ERROR' > e:\Testing\AtlaxyTesting\2.3\AtlasTicketPortal_Decoupling\5000-TemporaryBlockAccess\002-Operations\5010-TemporaryBlockOperationAllExternal.tstest.cs(703,40) : error CS1061: 'AtlasTicketPortal.Pages.AtlaxyTicketPortal43Page' does not contain a definition for 'ExpandImage3' and no extension method 'ExpandImage3' accepting a first argument of type 'AtlasTicketPortal.Pages.AtlaxyTicketPortal43Page' could be found (are you missing a using directive or an assembly reference?)
17:32:30 'ERROR' > e:\Testing\AtlaxyTesting\2.3\AtlasTicketPortal_Decoupling\5000-TemporaryBlockAccess\002-Operations\5010-TemporaryBlockOperationAllExternal.tstest.cs(868,40) : error CS1061: 'AtlasTicketPortal.Pages.AtlaxyTicketPortal44Page' does not contain a definition for 'ExpandImage3' and no extension method 'ExpandImage3' accepting a first argument of type 'AtlasTicketPortal.Pages.AtlaxyTicketPortal44Page' could be found (are you missing a using directive or an assembly reference?)
17:32:30 'ERROR' > e:\Testing\AtlaxyTesting\2.3\AtlasTicketPortal_Decoupling\5000-TemporaryBlockAccess\002-Operations\5010-TemporaryBlockOperationAllExternal.tstest.cs(869,40) : error CS1061: 'AtlasTicketPortal.Pages.AtlaxyTicketPortal44Page' does not contain a definition for 'ExpandImage3' and no extension method 'ExpandImage3' accepting a first argument of type 'AtlasTicketPortal.Pages.AtlaxyTicketPortal44Page' could be found (are you missing a using directive or an assembly reference?)
17:32:30 'ERROR' > e:\Testing\AtlaxyTesting\2.3\AtlasTicketPortal_Decoupling\5000-TemporaryBlockAccess\002-Operations\5010-TemporaryBlockOperationAllExternal.tstest.cs(870,40) : error CS1061: 'AtlasTicketPortal.Pages.AtlaxyTicketPortal44Page' does not contain a definition for 'ExpandImage3' and no extension method 'ExpandImage3' accepting a first argument of type 'AtlasTicketPortal.Pages.AtlaxyTicketPortal44Page' could be found (are you missing a using directive or an assembly reference?)
17:32:30 'ERROR' > e:\Testing\AtlaxyTesting\2.3\AtlasTicketPortal_Decoupling\5000-TemporaryBlockAccess\002-Operations\5040-TemporaryBlockCopyOperation.tstest.cs(462,40) : error CS1061: 'AtlasTicketPortal.Pages.AtlaxyTicketPortal43Page' does not contain a definition for 'ExpandImage3' and no extension method 'ExpandImage3' accepting a first argument of type 'AtlasTicketPortal.Pages.AtlaxyTicketPortal43Page' could be found (are you missing a using directive or an assembly reference?)
17:32:30 'ERROR' > e:\Testing\AtlaxyTesting\2.3\AtlasTicketPortal_Decoupling\5000-TemporaryBlockAccess\002-Operations\5040-TemporaryBlockCopyOperation.tstest.cs(463,40) : error CS1061: 'AtlasTicketPortal.Pages.AtlaxyTicketPortal43Page' does not contain a definition for 'ExpandImage3' and no extension method 'ExpandImage3' accepting a first argument of type 'AtlasTicketPortal.Pages.AtlaxyTicketPortal43Page' could be found (are you missing a using directive or an assembly reference?)
17:32:30 'ERROR' > e:\Testing\AtlaxyTesting\2.3\AtlasTicketPortal_Decoupling\5000-TemporaryBlockAccess\002-Operations\5040-TemporaryBlockCopyOperation.tstest.cs(464,40) : error CS1061: 'AtlasTicketPortal.Pages.AtlaxyTicketPortal43Page' does not contain a definition for 'ExpandImage3' and no extension method 'ExpandImage3' accepting a first argument of type 'AtlasTicketPortal.Pages.AtlaxyTicketPortal43Page' could be found (are you missing a using directive or an assembly reference?)
17:32:30 'INFO' > Build Failed
compiler issues
hoping for quick and favourable response. thank you
Piyush
Hi All,
I am using test studio 2012 , and trying to automate application in internet explorer 11 in windows 10.
when I run test case in my local machine it is working, but run the test case in one of my VMs which has window 10 and IE11, it is not working there, getting timeout error, it is launching an IE browser but not navigating to given URL.
Has anyone faced such issue before.