Telerik Forums
Test Studio Forum
1 answer
113 views
Hi Cody/Plamen

Can you please suggest for my situation.....

Previously we have an application which is java swing based, where we used QTP to automate the testing on this application.....
this QTP is also having feature of recording and run the test scripts....hence ourself(other ppl in the team) developed a framework using VB script where automation testing on the application is done smoothly...

as per my knowledge,
 
if the application does not undergoes much changes, where record and run test scripts will work 100%
if the application does undergoes much changes, where record and run will not work 100%, hence we developed a framework relating to our application, hence, though application under goes many changes, our framework helps to automation test scripts execution will work smoothly...

Currently we are developing/developed an SilverLight based application, so QTP is not help full for us... (bcos QTP is failing in detecting the SL based controls), hence we thought  using telerik based test studio to automate testing this SL based application...

what my requirement is:

Can i have option of building a framework by using telerik test studio, to automate testing on my SL based application(if my application under goes in future)....???

if yes, can you pls tell/show me the procedure to do the same....

if not, only the procedure of recording and execution of test scripts?? then application changes will need to changes the test scripts again right?? its a huge burden for us to make changes on these test scripts???

Please suggest me here how to go further???

Thanks.,
Hari


Cody
Telerik team
 answered on 30 Aug 2011
9 answers
239 views
Hello,
the principle of my test is to click on a link from a page, which brings me to another page
My problem is that Telerik can not test the elements of this new page?
how in this case?
Best Regards

Anthony
Telerik team
 answered on 30 Aug 2011
5 answers
159 views

How would I have Telerik pause while the java pop up stating “processing please wait”?  Any thoughts?

 

Thanks,

John

John
Top achievements
Rank 2
 answered on 29 Aug 2011
1 answer
132 views
Hi,

I am trying to execute some tests accross our network using the Runtime Edition.
I believe we have to configure the server first, but when I go to the configuration window, I can't click or edit anything. (see screenshot attached).

Am I doing something wrong ?

Thanks.
 
Stoich
Telerik team
 answered on 29 Aug 2011
1 answer
125 views
I'm trying to execute a recorded script using Safari.  When I try to execute it against my test site, I get http://localhost:XXXXX/WebUI?XXXXXXXXX appearing in the URL and a message "Preparing browser for automation..."  The test times out before anything else happens.  I had a similar issue with Firefox, but I was able to resolve it by setting my browser to auto-detect connection settings.  I did this for Safari as well, but the issue still occurs.  I also turned off pop-up blocker in Safari based on something else I read here in the forums, but it did not make a difference.

Safari version I'm using: 5.1 (7534.50)
WebUI Extension version: 2011.1.609 {this is the only extension I have installed and it is enabled}


Any help would be appreciated as my scripts work in IE, Firefox, & Chrome.  We'd like to get Safari working as well.

James
Anthony
Telerik team
 answered on 26 Aug 2011
2 answers
139 views
Hi Plamen,

recently i installed latest build ie, 8.1.7,  previously i used 7.1.2/7.2.1

With 7.1.2/7.2.1, i used data driven approach using xls file successfuly....

With the latest 8,1,7, the data driven approach using xls is failing.

My Scenario:

Iam recording my application, which is hosted on http://machine1(assumin it),and performing some action on it.,....the same application is hosted on two different machines assume http://machine2 and http://machine3.

to perform smoke test on these application when new build is releasing, i used a xls based data source with one column "Url" and these urls information in the column values...

i binded this xls file to login test script.

for the navigation step, i binded it to with Navigation url to column value...whic you metioned  like in documentation...

Upon executing these, browser is opening but no action  on it,,,,

I just want to know..... is it any issue with latest build....

it worked smoothly with old install......i dont knw why it failed here.....can you pls suggest me here...

Thanks..
hari 

wish
Top achievements
Rank 1
 answered on 26 Aug 2011
1 answer
127 views
I made a data driven test that connects to external websites to make sure they work.
I have to know what error I'm looking for to make sure they work at all.
Is there a better way to do this, or do I need different software to run this kind of test?
I just want to verify a list of websites from an XLS file and have it report bad webseite that we are linking to.

Cody
Telerik team
 answered on 26 Aug 2011
1 answer
64 views
I was using the 817 build - with Firefox 6
I noticed 825 was posted and thought I would try that

I can see the existing service, and stop it during installation but the install fails with

Service 'Telerik TestStudio Scheduling service' (TestStudioSchedulingService) could not be installed. Verify that you have sufficient privileges to install system services.

I installed the original and the 817 upgrade, so i had privs last week

Server 2008 R2 - BTW
Konstantin Petkov
Telerik team
 answered on 26 Aug 2011
3 answers
202 views

Generally work flow of the Telerik Test Studio Test Scripts will be as follows: 

  1. Record required number of test scripts on telerik test studio under a sample project
  2. Group these recorded test cases as a list inside the sample project
  3. Create a Scheduling  server which
    1. creates a database on the machine which has sql server instance and also registers with machine which has database to store and retrieve test results when test scripts execution completes or failures
    2. Stores information about the smtp server to send email notifications when test scripts execution completes or failures
    3. Defines the output or run result folder paths for storing results information as files.
  4. Create an Execution server which is responsible for execution of test scripts
  5. Establishing a test connection between test scripts folder and machine which has database.
  6. Defining the test scripts execution frequency cycle.(i.e., daily/weekly/monthly/yearly/timely)

  • Scheduling server – responsible for identifying the time frequency/internal to enable to execution server to execute test scripts and storing the results which completed or failed
  • Execution server – responsible for execution of test scripts and sending execution details to scheduling server.

 

Once, the above steps are performed, without any user explicit action, test scripts are executed and details about executed test scripts are stored in the database. 

http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/scheduling-test-runs/create-a-scheduling-server.aspx 

To view the details of execution of test scripts, currently we have two options. 

  1. Results display in Telerik Test Studio under MMXUITestScripts application and exporting them to word/excel/pdf etc., (or)
  2. Direct table view of database where results are stored

My Questions:

Do we have chance to show dashboard kind of stuff with test scripts display and able to execute  from dashboard with ny button clicks and see their details over dashboard?

Ex: .Net or Silverlight based UI for displaying list of test scripts which are recorded on telerik test studio projects and having ability to start/stop/pause/cancel and see their current and previous results

The reason behind asking this, is my management people were more interested to view the test scripts recorded as list on dashboard and they need ability to start/stop/pause/cancel and view current and previous results for comparision.

Any hopes here..

Cody
Telerik team
 answered on 25 Aug 2011
6 answers
356 views
Hi,
I've downloaded the trial version of 2011.1.520.0 in order try and fix another problem, but now when I run some of my existing scripts I get the error below. I recorded a new script almost identical to the existing ones and that seems fine. I hope I don't have to recreate my entire project...
Thanks
Clive

------------------------------------------------------------
'23/05/2011 15:48:13' - Starting execution....
'23/05/2011 15:48:18' - Detected custom code in test. Locating test assembly: Nando_s_Success_Management_Smoke_Test.dll.
'23/05/2011 15:48:18' - Failure detected during execution. Details:
------------------------------------------------------------
'23/05/2011 15:48:18' - System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.
   at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
   at System.Reflection.Assembly.LoadFile(String path)
   at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.EnsureAssemblyExists(String assembly, String folder)
   at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.CreateCodedTestInstance(Test test, TestResult result, String binariesFolder)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InternalExecuteTest(Test test, TestResult initializationResult)
   at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(Test test, Settings settings, String deploymentFolder, String binariesFolder, ExecutionType exeType, Guid firstStepGuid, Guid lastStepGuid, IntPtr existingBrowserHandle, DebuggerOptions debuggerOptions)
------------------------------------------------------------
'23/05/2011 15:48:20' - Test completed!

 

William
Top achievements
Rank 1
 answered on 24 Aug 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?