Local php development with docker

We will develop php application in our local system without installing XAMPP or WAMP. Assuming we have docker and portainer running in our system. As we know without database (MySQL) there is no application can […]
Learning Never Ends …
We will develop php application in our local system without installing XAMPP or WAMP. Assuming we have docker and portainer running in our system. As we know without database (MySQL) there is no application can […]
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 […]
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 […]
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 – […]