Hi All,
I was following this link :http://docs.telerik.com/teststudio/testing-framework/using-nunit and trying to execute test using NUnit.
I can't use this.ExecutionContext.DeploymentDirectory, But i am unable to find a similar function like "this.ExecutionContext.DeploymentDirectory;".
Is there anything we can use for Nunit execution.
I tried AppDomain.CurrentDomain.BaseDirectory; and getting directory.But when i tried
Console.WriteLine("currentExecutionDirectory is :" + ArtOfTest.WebAii.Design.Execution.ExecutionContext.Current.DeploymentDirectory);
I am getting object reference not set to instance of an object.
Kindly let me know.
Thanks,
VVP
Hi, first time poster here.
Sorry for the abstract title, it's just that I'm experiencing various issues with Test Studio and I thought I'd keep them all in one thread.
Is that okay or should I make separate threads for each issue?
Any page which contains code I am receiving the following error when trying to compile:
d:\Test Studio Projects\Client Site\Pages.g.cs: Line 2870: (CS0102) The type 'Client_Site.Pages.IFLFXecutePaymentsSystem20Page.ExpressionDefinitions' already contains a definition for 'TableCell'
d:\Test Studio Projects\Client Site\Pages.g.cs: Line 2848: (CS0102) The type 'Client_Site.Pages.IFLFXecutePaymentsSystem20Page' already contains a definition for 'TableCell'
All these test cases used to work fine, and seemed to suddenly stop working..
Anyone able to assist? Thanks, Josh.
Hi,
I have created a scheduled test list. It runs on locally. There is no problem with that. However, I can not get notification emails for scheduled test list. I read almost all articles about creating a scheduled server but i didn't find sufficient information for my case. My main intention is getting notification emails from scheduled tests that locally runs. Also, program is builded as all-in-one mode,i guess.
For example; There is no such options that are listed in given link below. Also, there is no step 3.
*distribute test among the machines
*Get latest version....
http://docs.telerik.com/teststudio/features/scheduling-test-runs/schedule-execution
Hi,
I've configured Schedule Test List to send email notifications, but upon
completion of the run none is sent (SMTP server settings screen shot is
attached).
Also I noticed that the selections are not being saved. Say I
select "Send test results by email" box in that wizard and all attachments, then
navigate back a couple of steps, then forward again. "I'm good... no mail for
me" is selected instead of what I selected and all attachment boxes are
unchecked. If I re-launch that wizard none of the selections is saved
either.
Am I missing something?