ContributionsMost RecentMost LikesSolutionsSending results via Email Hi, I want to sent the result via email to few people. Can you help me with this??? thanks, Marina Re: Reading/Writing to TextEditor Can Someone help me please? Reading/Writing to TextEditor Hi, How to get and set text properties of text editor box? How to send an ascii code char like 'end of line' or 'enter' thanks, Marina Re: Writing Test Code in C# Self-Testing ApplicationsHi, It's not answering my question. The error attached ,when I run the project I sent you before Re: Writing Test Code in C# Self-Testing ApplicationsHi, Yes I would like to run the entire project. The tests I want to run is on my tested application. One test check one window, while the other is checking anther window. It's two different tests in test complete. Writing Test Code in C# Self-Testing ApplicationsHi, You gave an example of how to run a test via Visual Studio. I did it and it's running. My problem is how to run two tests and more, one after the other in Visual Studio? I attach file with my program. Please advice, Marina SolvedRe: Creating Self-Testing Application ErrorI understood the problem. Thank you for your helpRe: Creating Self-Testing Application ErrorI would like to explain myself maybe you didn't understand me. I followed the instruction in the article and got this errors and I don't know how to continue. There is some instruction that you wrote that I should write them in the visual but I get a mistake. thank you for your help, Marina Kachko Re: Creating Self-Testing Application ErrorI read it. It didn't help meCreating Self-Testing Application ErrorHi, I read your guide about how to create Self-Testing Application by copying the script I get in test complete to visual studio and editing it from JScript to C#. You wrote in your'e help documents that I need to add "using AutomatedQA.TestComplete.Connect" but I get an error "Error 1 A using namespace directive can only be applied to namespaces; 'AutomatedQA.TestComplete.Connect' is a type not a namespace C:\Users\Marina.Kachko\AppData\Local\Temporary Projects\Project1\Class1.cs 5 7 Project1". I don't know what to do because if I remove it, it doesn't recognaize my app. for example: "TestedApps.ServoStudio_IM.Run();" and I get the error : "Error 2 'AutomatedQA.TestComplete.Connect.TestedAppsClass' does not contain a definition for 'ServoStudio_IM' and no extension method 'ServoStudio_IM' accepting a first argument of type 'AutomatedQA.TestComplete.Connect.TestedAppsClass' could be found (are you missing a using directive or an assembly reference?) C:\Users\Marina.Kachko\AppData\Local\Temporary Projects\Project1\Class1.cs 37 24 Project1 please advice, Thank you, Marina "