MySQL on Docker

Install MySQL & PhpMyAdmin on Docker for local development work. We need to create following docker compose file for Portainer.  And we need to provide the following variable details – Points to remember – we […]

Share Button

WordPress on Docker

We need to create following docker compose file for Portainer. We will use Maria DB as database And we need to provide the following variable details – Points to remember we are not exposing Database […]

Share Button

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 […]

Share Button

Coded UI Assertion

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 – […]

Share Button

Similar HTML Tag with Coded UI

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 […]

Share Button