Coded UI with CSV file
Data Driven Testing with CSV file Add new item on Project Select a Text file and named it as “data.csv” Now select the file on Solution Explorer section And we can see the Properties are […]
Learning Never Ends …
Data Driven Testing with CSV file Add new item on Project Select a Text file and named it as “data.csv” Now select the file on Solution Explorer section And we can see the Properties are […]
Assertion From previous example we can validate the 4th “P” inner text using assertion. And the output will be – if we change the expected string on assert to see the error result like – […]
List all similar Html Tag To list all “P” tag of a website we need to use the following code – And the output should contain all the p tag of http://demo.tanmaysarkar.com/sample_01.html site – To […]
Html Form Fillup with Coded UI In this tutorial we will fill Html form like – Input type – text, radio, checkbox and text area, select And the sample code will be –
Website testing with Coded UI First Create a new Coded UI Test Project After creating new project a dialog will appear to record a test, click on Cancel button Now remove extra comment line on […]