Telerik Forums
Test Studio Forum
2 answers
182 views

I'm having a problem, after the latest update, with my scheduled tests not running.  Before the the update I had no problem as and they were running on time and sending results notifications.  After the update, I went in an rescheduled al my tests (after they did not run for a couple of days) - set up email results notification , as before, but still no luck.  Anyone else having this same problem?

 

Thanks,

Robert

Boyan Boev
Telerik team
 answered on 22 Jul 2015
5 answers
115 views

Hi,

 

I found this http://docs.telerik.com/teststudio/knowledge-base/test-execution-kb/minimized-rdc 

and tried implementing this registry key setting. I set registry key in my machine as per article but scripts was failing. So set registry key in Remote machine also. 

However i still find scripts failing in remote machine.

Any solutions?

Thanks,

VVP

 

 

 

Boyan Boev
Telerik team
 answered on 21 Jul 2015
1 answer
85 views
Hi,

I want to know whether it is possible to execute telerik tests from a dll?

I am talking way which we use for executing CodedUI test/ Unit test. In CodedUI tests, we can mention whole dll (execute all test in dll ) or tests within that.

Anything similar here
Cody
Telerik team
 answered on 21 Jul 2015
3 answers
303 views
I have created a batch file to run my tests and test lists. I have used ArtOfTest.Runner in the batch file. 
Now I want to pass Base URL as a command line parameter through ArtOfTest.Runner. The test must accept this as data. I checked the options for ArtOfTest.Runner. But I couldn't find any option which accepts command line parameter as data into a test. How can I accomplish this? Is there any other exe/command/option I can use?
Cody
Telerik team
 answered on 21 Jul 2015
3 answers
159 views
I was wondering if there would be support for Microsoft Edge coming and if so what the ETA is on it? 
Boyan Boev
Telerik team
 answered on 21 Jul 2015
5 answers
621 views

Hi, 

I was wondering if it is possible to set the location that the file download handle dialog downloads to?

I am aware that I could just set the location through the browser.

The hope is that we will be able to implement a coded step to open the downloaded file from a date specific folder for each time a test list is run. Thus run the coded step against a new set of downloads without having to manually change the download location for each browser before each test.

Any help would be greatly appreciated.

Thanks 

Tom

Cody
Telerik team
 answered on 20 Jul 2015
3 answers
157 views

Hi,

 we are currently facing an issue with the following scenario.

We use excel to test multiple logins

In a specific scenario an error message is displayed (when using a specific user), when the error message is displayed we want the test to break. I tried the logical steps but it did not work for me.

I then created my own coded step.

What it does is it has an if else statement, but as soon as the step is reached the error has not yet been thrown.  So I then get the Element not found error.

I don't want an error to be thrown as this is the functionality is correct.  However when the test is rerun with the new user name and password, we want it to break.

So here is my problem.
string userLogedin = Data["userName"].ToString();
try
{
bool Error = true;
Error = Pages.Page.errorMessage.IsEnabled;

if (Error == true)
{
Console.WriteLine("an error occured in the tests");
Console.ReadLine();
Log.CaptureBrowser(ActiveBrowser, "C:\\Users\\user\\Pictures\\Page"+DateTime.Now.ToString("MM_dd_yyyy_HH_mm_ffff")+".png", true);
Log.WriteLine(LogType.Error, "Login failed");
}

else
{
Element ErrorMessage = Manager.ActiveBrowser.Find.ById("ctl00_maincontent_lblHeader");
Assert.IsNull(ErrorMessage);
}
}
catch
{
}

Now using this code, it works correctly for the user who does not get the error, but when the user comes in where the error should be displayed it does not fail the test.

This part

Log.WriteLine(LogType.Error, "Login failed");

 Does not seem to work.

I keep getting an error that it is trying to convert it to a exception.

So I am in a catch 22 situation.

The test that should succeed, succeeds.  The test that needs to fail, succeeds.

The test that should succeed, fails.  The test that needs to fail, fails.

Can you please point me into the right direction?  this is rather critical, as this will be the base for check where elements are not available in certain scenario's.

Thank you in advance.

Ivaylo
Telerik team
 answered on 17 Jul 2015
1 answer
128 views

Hi there,

 

I hope my wording is correct here.

I want to update a certain set of rows per iteration.

In my iteration I use different accounts that all have different passwords.  We have a flow we want to go through were we want to change/update the password.  I want to keep the tests as dynamic as possible so when the password is typed I want to extract that value and update the Spread sheet for the next time we log in with that user.

So to give more of an idea.

Iteration 1 uses User1 with Password 1.

He goes into the application and then selects to change his password to Password 2.

I then want to update the password only for User1 as our screens are rendered for the type of account you have.

 Regards

Cody
Telerik team
 answered on 17 Jul 2015
1 answer
106 views
Is it possible to create/edit a field and its label within the GUI at the test case level to associate a defect,CR, enhancement # to a test case? We also want to do the same for Requirements. We have a desire to create test packages (test lists) where we can see what defects, CR's and/or enhancements as well as what Requirement(s) these test packages will drive out. 
Cody
Telerik team
 answered on 17 Jul 2015
3 answers
197 views

Hi ,

I would like to compare the value in a Data bind variable and decide which steps to be executed.

Example :

IF Data("DocId") is equal to or contains "abc" or "xyz" or "124"  THEN  

     execute steps 4,5 and 6

Else

     execute step 7.

 Is this possible without coded step? I don't mind using coded step for the IF Else statement but then my steps 4,5,6 and 7 are regular steps and I don't want to convert them to code. 

Thanks,

SHK

 

Cody
Telerik team
 answered on 17 Jul 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?