Software Quality Assurance
Sunday, January 12, 2020
[FIX] The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Authentication Required.
›
I got above error when i try to send my test results at the [AssemblyCleanup] step on my automation test suite. This is how my code looks ...
Wednesday, January 8, 2020
WebDriver Wait - IMPLICIT & EXPLICIT
›
IMPLICIT - suggested though not directly expressed - Not the best practise. driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromSecon...
Wednesday, December 4, 2019
Easy ways to identify elemants
›
IWebElement el4m = Driver.FindElement(By.CssSelector("input[type='button']value='Save User Roles']")); IWebEle...
Sunday, August 25, 2019
How to open exisiting chrome web browser ( with original History, Cache and Cookies ) using selenium C#
›
As we all know, when we say driver = new ChromeDriver() it will open a new chrome window with no Cache ,History or Cookies. But in 1 d...
Monday, July 8, 2019
How to get a custome HTML report from Azure build pipeline for a unit test project
›
...This might not be the best option but it works for me... Normaly you will have your test cases on a one test project. In our case...
Thursday, June 27, 2019
How to execute Bat file or command line arguments inside a unit test
›
Process proc = null; proc = new Process(); proc.StartInfo.WorkingDirectory = @"C:\Driver\NEW2\...
Vstest.console.exe not discovering any of the tests
›
"No test is available in <path> Make sure that test discoverer & executors are registered and platform & framework ver...
‹
›
Home
View web version