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 […]
Learning Never Ends …
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 […]
Prerequisite – Maven should be installed on user’s computer. To create secure proxy setings in maven we need to follow below steps – 1.Open CMD and type “mvn –encrypt-master-password my_master_password” Where my_master_password is your master […]
Add SSH certificate to Jenkins to pull repository from git server (example gitlab) Prerequisite : a) git must be installed on user’s computer b) jenkins must be running on user’s computer To achieve this we […]