Telerik Forums
Test Studio Forum
2 answers
127 views
How do you check for an element that is supposed to be there in one senario and not in another. Eg When logged in the my account tab appears, When not logged in, it is not supposed to appear.

How do you check for the not there. Must be a coded step but not sure how to complete this.

Also is there any documentation for what can be accomplised in coded steps. What syntax / business objects are available.

Also is there any way to debug our coded steps. IE (write to a log of some sort or an alert on the screen?

Thank you
Missing User
 answered on 01 Jul 2010
2 answers
89 views
Are both versions able to run via a cmd line  (Or something like this ) for overnight test runs.

Are there samples of this or are there samples of the cmd line parameters.

Thanks, almost ready to present to my boss and know that this will be one of the questions.

Missing User
 answered on 01 Jul 2010
2 answers
80 views
Assert.IsTrue(ActiveBrowser.Url == "http://dev.somesite.com/search"); 
Hello

We use URL Rewriting and I am triing to figure out how to see if the current page has the correct URL Rewriting rules. 

I have attempted this in a code step as follows but it is always failing. 

Any suggestions on what is wrong. I tried to verify this in the QA edition but I am unable to get the messagebox.Show to work as suggested in a previous step. Any idea on how we can debug this. 

thank you 


Missing User
 answered on 01 Jul 2010
2 answers
95 views
Hi Everybody,

I am installed Telerik Web UI test studio today only. Application is developed in silverlight using composite application guidance.

1.Tool is unable to capture login and password controls and these steps are not loading under the steps explorer while Recording.
2.How to stop recording after my recording is completed?

Please help me...............

Thanks in advance

Regards
Prakash
Cody
Telerik team
 answered on 30 Jun 2010
8 answers
166 views
Hi
  I am new to this tool. Can some one help me to find out a way , for recording my script in Firefox browser.
Missing User
 answered on 30 Jun 2010
6 answers
126 views
I'm not sure how to programm MessageBox with one and two buttons
Andrey
Top achievements
Rank 1
 answered on 30 Jun 2010
7 answers
112 views

If you have 100 test cases of testing silverlight, each test needs to simulate users to go to Silverlight site and click using WebUI Test Studio. One test case needs 2 minutes.  100 test cases need 200 + minutes, which means 3 hours. In this situation, I would like know how you run those tests and can reduce your time in one machine. :)

Thanks,

Ray

Missing User
 answered on 29 Jun 2010
7 answers
187 views
I have one question about the datagrid validation

If I add 2 users on the datagrid, the source code looks like the following one:

           public ArtOfTest.WebAii.Silverlight.UI.Button Item30Button
                {
                    get
                    {
                        return Get<ArtOfTest.WebAii.Silverlight.UI.Button>("XamlTag=grid", "name=AcEditor", "|", @"XamlPath=/datagrid[0]/grid[0]/border[0]/grid[name=Root]/scrollviewer[0]/border[0]/grid[0]/scrollcontentpresenter[name=ScrollContentPresenter]/datagridrowspresenter[automationid=RowsPresenter]/datagridrow[1]/datagridfrozengrid[name=Root]/datagridcellspresenter[name=CellsPresenter]/datagridcell[2]/grid[name=Root]/contentpresenter[0]/button[0]");
                    }
                }

If I delete the users , the source code removes the above bold part . 

        public ArtOfTest.WebAii.Silverlight.UI.Grid RootGrid
                {
                    get
                    {
                        return Get<ArtOfTest.WebAii.Silverlight.UI.Grid>("XamlTag=grid", "name=AcEditor", "|", "XamlPath=/datagrid[0]/grid[0]/border[0]/grid[name=Root]");
                    }
                }

In this situation, how do I validate no users on the datagrid since I can't click any row on the datagrid?

Thank you,

Ray
Missing User
 answered on 29 Jun 2010
3 answers
212 views
Hi,

I need to run my test application on different machines/servers for example(dev machine/testing server)

URL for the each will get changed based on machine,

to configure the base url i try to set the BaseURL in "LocalTestRun.testrunconfig"

and set the navigate URL  in each test by relative path.

But it could not able to get the BaseURL.

Do i miss anything.

Even i tried adding the base url to app.config file under "

<

 

WebAii.Settings>

i attached reference screen shots as well.

Thanks and Regards

Pratheef Raghavan.

 

Cody
Telerik team
 answered on 23 Jun 2010
2 answers
104 views
Hi Telerik Team,

I have a step that inputs a value into a numeric textbox. The recording works fine, but in the execution, there is no value typed into textbox. I have 2 tests that use numeric testboxes - both are unable to type a value during execution.

I have attached a screenshot of my test. Any idea why it is not able to type?

Much thanks,
Kristine
Kristine Ayson
Top achievements
Rank 1
 answered on 23 Jun 2010
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?