This is a migrated thread and some comments may be shown as answers.

neofit questions

6 Answers 89 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Oleg
Top achievements
Rank 1
Oleg asked on 12 Mar 2012, 04:18 PM
Hi all! i`m a new user of Telerik Test Studio Expess (Visual Studio Pllugin)
I already can run the tests from Visual Studio Manually. I need, but can`t, even after Knowledge Base reading
1)Verify inserting of text in HTML and Silverlight in test (like a VerifyText operator in Selenium, me Selenium User a few years)
2)Running tests without Visual Studio, is possible? from another computer, by the way
3)Running test by Schedule. i can`t setup Schedule server in my Windows 7, because after installing licensed version of Test Studio in Start menu item "configure as Schedule server  " is absent. i have a trial version of Microsoft Team Foundation Server, i can connect Telerik Express with TFS? but Schedule server is better, of course.
4)Can i use a inserting value and URL for test from XML file (for Selenium i creating test suite dinamically from another application).Can i create HTML file in C## application and launch this file like a test with Ant, for example, or from Windows bat-file?

6 Answers, 1 is accepted

Sort by
0
Anthony
Telerik team
answered on 12 Mar 2012, 07:03 PM
Hello Oleg,

1. While in recording mode, enable highlighting from the Recording Toolbar and proceed with crafting Verifications.

2. Yes, using a copy of Test Studio Run-Time Edition.

3. Scheduling is not included with Test Studio Express (the VS plugin). You must upgrade to the full Test Studio to gain this feature.

4. Yes, with Data Driven Testing. See here for an XML specific example.

See our code sample article on how to Use the TTF in a Console App.

All the best,
Anthony
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
0
Oleg
Top achievements
Rank 1
answered on 13 Mar 2012, 03:48 PM
About first question- i`m highlighting Hover in Record Toolbar, for the edit field click Build verification in nice context graphical menu (like a cloud) . See 4 buttons -Property,Visibility,Location ,ToolTip .which button can verify the text value, for sample my Name, Oleg in textfield?
0
Oleg
Top achievements
Rank 1
answered on 13 Mar 2012, 03:51 PM
about second question - Run-Time Edition is a part of Telerik Test studio, not a Test studio express?
0
Oleg
Top achievements
Rank 1
answered on 13 Mar 2012, 03:58 PM
about 4 question- your test application http://www.telerik.com/automated-testing-tools/libraries/testingtoolssamples/consoleappsample_1.sflb is crashing in my Windows 7 due start with such error:

Описание:
  Stopped working


Сигнатура проблемы:
  Имя события проблемы: APPCRASH
  Application Name: ConsoleAppSample (1).exe
  Application Version: 1.0.0.0
  Application Timestamp: 4eef6235
  Fault Module Name: KERNELBASE.dll
  Fault Module Version: 6.1.7601.17651
  Fault Module Timestamp: 4e2111c0
  Exception Code: e0434f4d
  Exception Offset: 0000d36f
  Версия ОС: 6.1.7601.2.1.0.256.48
  Код языка: 1049

which solution for fix problem?


0
Oleg
Top achievements
Rank 1
answered on 13 Mar 2012, 04:08 PM
thanks for answers, it was very useful.another 2 question,  some insertin value must be a partially random, for sample, e-mails - random string+static string (1hi@gmail.com,2hi@gmail.com ,blablaqwehi@gmail.com ) , more than 2 000 random e-mails.what method for it? and i require a run test for different url ,where url in text file or program code(selected randomly, for sample http:\\myserver:8080\cfruggfvufviuvf ,
http:\\myserver:8080\cfruggfvufvgkgg
http:\\myserver:8080\bvkbgklbklb
and so on, 2000 or more URL.  ) how i can act such style?
0
Anthony
Telerik team
answered on 13 Mar 2012, 05:47 PM
Hello Oleg,

1. The available verifications are based on what type of element you're targeting. It would be helpful if you can provide a public site that contains the same type of element you're verifying. Most elements with text content can be verified with a Quick Verification.

2. Run-Time Edition is a separate product and not a part of the Standalone version or the VS plugin. It is intended to be installed on an Execution server that does not have another form of Test Studio on it. There's no GUI and it only executes tests created from other machines.

4. The "compiled application" download link on that article has been removed due to an issue and the C# and VB projects have been updated. Either download one of the sample projects or use the example code to make your own app to see this implementation in action.

A. You can easily generate random numbers or text using basic .NET code. We have code sample articles on these topics:

B. You have a few options here:
  • Use the BaseURL feature. This will be a manual change each time, however.
  • Data drive the NavigateTo step, as explained here. You'll need a data source that contains all the URLs.
  • Use code to select a Random Row from that data source for a single iteration.
  • Use code to perform Non-Iterative Data Driven Testing and sequentially perform a single iteration.
  • Use the Random Text code mentioned above to combine the static portion of the URL (http://myserver:8080/) with a random path (cfruggfvufviuvf). 

Kind regards,
Anthony
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
Tags
General Discussions
Asked by
Oleg
Top achievements
Rank 1
Answers by
Anthony
Telerik team
Oleg
Top achievements
Rank 1
Share this question
or