Automate Your Test
Learn Automation with Selenium
Wednesday, 5 July 2023
Different Ways of Store and Access Test Data
›
There are many ways to store and access test data for automation testing. It would be different scenario to scenario. What will be best appr...
How To Design Automation Frameworks with Minimum Automation Suite Run Time
›
When you are designing UI test automation framework for any micro services architecture based application, then how you will design, so th...
Thursday, 22 March 2018
General Selenium Automation Interview Questions
›
Selenium Automation is very popular trends in software testing industry. I have seen many articles in internet for interview questions. The...
How Handle Wait Without Using Explicit and Implicit Wait in Selenium
›
Suppose you have one element on page and every time it will take different time to load on page. some time 1 sec, some time 5 sec and some ...
Java Program For Number Series
›
If I enter number 5 then output should be as below. Output = 5*5 - 4*4 + 3*3 - 2*2 + 1*1 If I enter 4 then Output = 4*4 - 3*3 + 2*2...
Java Program For String Example
›
If I enter String 'aabbccddefgh' the output should be as below. Output = 2a2b2c2d1e1f1g1h public class JavaExampleString1...
Tuesday, 20 March 2018
How to Read Configuration File in Selenium C#
›
When we are working on automation framework then we have to follow such strategy so we can avoid hard code value as much as we can. There ...
›
Home
View web version