Testing at ease
Thursday, January 31, 2019
How to clear text from textarea using selenium c# driver?
›
Declare the web element. Let say 'desc' Various methods are: 1. desc.SendKeys(Keys.Control + "a"); ...
Sunday, December 30, 2018
How to test an autocomplete address in Selenium C# driver?
›
//Define Search Address [FindsBy(How = How.Id, Using = "autocomplete")] private IWebElement SearchAddress { ge...
Tuesday, November 20, 2018
How to create your own XPath
›
There are two types of XPaths: Absolute and Relative Absolute XPath: starts with single "/" i.e. start with the root node. Re...
Tuesday, November 13, 2018
Uploading an image using AutoIT in selenium c# driver
›
//Creating an object AutoItX3Lib.AutoItX3 autoIt = new AutoItX3(); //Mention the name of the active/opened window autoIt.Wi...
Saturday, October 13, 2018
WSDL stands for?
›
Web Service Definition Language
What does SOAP stands for?
›
Simple Object Access Protocol.
XML stands for?
›
Extensible Markup Language
›
Home
View web version