Telerik Forums
Test Studio Forum
1 answer
90 views
case:
create test
set some step properties
From "Elements" panel open AllPages properties
after this - how can i see properties of any steps?

pls see attach
the same - if open "Local Data" - after this it imposible to view test steps
Anthony
Telerik team
 answered on 08 Jun 2011
2 answers
62 views
HI
In a telerik tree view control some data have been populated without any id or element name. Like one node is
<LI class=rtLI>
<DIV class=rtTop><SPAN class=rtSp></SPAN><SPAN class=rtUnchecked></SPAN><SPAN class=rtIn>VALUE</SPAN> </DIV>
</LI>
So when I m recording what I want to get this element by content name. So that I can later use Data feed like excel to get the node by content name,

Can u please help me how can i do this?

After recording it just recorded as "Click Span9" step and I don't get any other option to get the element as expected I think.
Thanx
Anthony
Telerik team
 answered on 08 Jun 2011
1 answer
99 views
Hi,

I am doing data driven test with csv file, after few iteration i want stop the exection of the test method.


Thanks
Hari
Anthony
Telerik team
 answered on 08 Jun 2011
14 answers
142 views
My test has a pdf pop up, the URL for the pop up changes once the pop up loads. The test executes a connect to pop up 'xxxxxurl' and the next step is close pop up 'yyyyyurl' but it fails on the connect step because once it loads the url is 'yyyyyurl' and not 'xxxxxurl'. I have changed the url from 'xxxxxurl' to 'yyyyyurl' for the connect step but this also fails because during load the url is 'xxxxxurl'. Is there any other way to connect to pdf pop ups and close them?
darren
Top achievements
Rank 1
 answered on 08 Jun 2011
1 answer
115 views
What I've encountered is that IE, FF and Chrome handlle our login dialog differently. I created a "Test as Step" for our login dialog.  The "Test as Step" consist of navigating to a URL and populating the username and password.  The internal component of our app only supports FF and Chrome, so when I create the internal scripts the test is created against the IE browser which behaves differently than FF and Chrome.

IE handles our login as a dialog, and after the values are successfully entered the WebUI continues through all the remaining steps successfully (of course, because this is the browser I created the test script against).

Firefox treats our login as a dialog.  When the WebUI script is executed and after the login values are successfully entered, the browser displays a prompt asking if the values should be remembered. The WebUI test script fails because it doesn't have this step.

Chrome on the other hand treats the login a a element layered on top of the browser default home page. When the WebUI script is executed against Chrome the WebUI never populates the username and password. So the test fails on the first step and all the failure says is "Step did not execute".  Not very informative.

Am I going to have to create Login "Test as Step" script for FF and a seperate one for Chrome?

Do I have the option to create my test script in Firefox or Chrome, and not Internet Explorer?
Anthony
Telerik team
 answered on 07 Jun 2011
2 answers
110 views
Hi,

I am currently evaluating the WebUI Test Tool and I have several questions:

My main need is to find a tool that easily allows me to execute my test suite against 8 browser/version combinations, specifically: IE 7, 8 & 9, FF 3.6 & 4, Safari 4.0 & 5.0 and the latest version of Chrome, without maintaining 8 different versions of scripts.  When I execute the test once, say in IE 7, I will need to execute the same steps in the next version, IE 8, but with different data values.

So for instance in my application I will execute the following steps:

IE 7

1. Create a new publisher: LVG Publishing House
2. Create a new publication: Sport's Illustrated
3. Create a new edition: Sport's Illustrated , July 2011

Once I create this publisher/publication/edition combinaiton, these values are stored in our database and cannot be reused.  If they are resused the script would fail encounter several validation errors.  I need to be able to run these same steps but with different values, say LVG Publishing House 02,  Is there a way to easily do this without creating 8 unique versions of basically the same steps.

Can I add parameters of some type that can incerment my data values for each execution?


Another obstacle that I am running into is that the automated test runs so fast that button clicks are not recoginzed because the button itself is not enabled when the click is performed.  I've increased my "WaitOnElementsTimeout" to 30000, but this still doesn't seem to help. If I institue a executioni pause, it works, but I cannot manually release the pause for each test.  Any suggestions.  UPDATE:  I've just discovered the execution delay.  I'm going to give that a try.
Anthony
Telerik team
 answered on 03 Jun 2011
1 answer
119 views
Hi
I need some help about resuming record in my prerecorded test at the end of all steps.

In short what  I m looking for that without manually traversing to the end of the prerecorded test can I run the test and then during execution start recording new steps at the end of the test?

Let me define the scenarios
I have created a test called "Test1"
Test1 has steps TS1, TS2, TS3... TS40.
I have now closed the test studio. Next time I come to add more test steps (TS41,TS42) in the Test1 what I need to do is that I have to do is start recording and pause it, then manually do all 40 steps as i did before in prerecorded test. After that I have to resume recording and do the step TS41.

What I don't want to do is manually stepping to the 40th step and start recording from here. Can teststudio take me there by execution and then I can proceed.

Thanx for u help in advance.
Anthony
Telerik team
 answered on 03 Jun 2011
0 answers
106 views
hello
          I am new in telerik control and .net .
          Currenty there is one requirement in our project and we are using telerik grid. I am trying to do a grid control just like the one you have an example for at:
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/alleditablecolumns/defaultcs.aspx

in this example  you have used <sds:SessionDataSource>.  first thing i wanted to know that for what you are using this session datasourse in every demo
and my requirement is that i wanted to insert and display data into the grid but after insertion it shoud not store in to the real data base . First user will enter data and he will able to see it on to the grid only. after performing manupulation on that data the data should be enter into the physical data base. can i do this by using session data sourse so that after clicking on insert button which you have shown in that demo the data wll display only in grid.

please reply as early as possible

thanks in advance
ChetanaS

Chetana
Top achievements
Rank 1
 asked on 03 Jun 2011
2 answers
87 views
Hi People!
I am starter in WEB UI telerik test studio, so may be asking a very basic question. Would love to get some idea about the way I can use test studio in following scenario.

I have a test (L1) to automate login for site.
Now after logged in I have to run  2 separate test. T1, T2 (without logged in user T1 T2 cannot be run)
What I want to do is make a test list so that at first I will use the
>L1 > T1 > T2

Problem if i make a test list in this sequence after L1 execution, T1 is started as new and fails because it has lost the session created by L1.
Can u please help me?
Mithun
Top achievements
Rank 1
 answered on 03 Jun 2011
17 answers
197 views
Hi All,

When i install the telerik with the version TestStudio_2011_1_502_Trial.msi, it pops up the window (Please see the attached picture)
what happened on the telerik installation? I am so confused…… (hmm, I am guessing if it is the cause that my Product ID is not consistent with the Registration Key that mentioned in the attached screenshot?)

Thanks in advance!

Best,
Cherry
  
Cherry
Top achievements
Rank 1
 answered on 03 Jun 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?