sameer kalariaDifferent Ways of Store and Access Test DataThere are many ways to store and access test data for automation testing. It would be different scenario to scenario. What will be best…Jul 6, 2023Jul 6, 2023
sameer kalariaHow To Design Automation Frameworks with Minimum Automation Suite Run TimeWhen you are designing UI test automation framework for any micro services architecture based application, then how you will design, so…Jul 6, 2023Jul 6, 2023
sameer kalariaHow to Do Database Connection in Selenium C#Selenium is compatible with many languages like Java, C#, Python, Perl etc. Connect with database and execute query on database is very…Mar 9, 2018Mar 9, 2018
sameer kalariaHow to Read Data from Excel in Selenium C#Read test data from any external source in selenium is very important when we are working with framework. Test data can be store in any…Mar 9, 2018Mar 9, 2018
sameer kalariaChrome browser maximize issue in Selenium C#If you are using C# in selenium and chrome browser then you will face issue for maximize browser.Mar 9, 2018Mar 9, 2018
sameer kalariaHow to Highlight Element in SeleniumWhen we click on any element in automation script then sometimes script is so fast that we can not recognize that which element is clicked.Feb 28, 2018Feb 28, 2018
sameer kalariaHow to Do Database Connection in SeleniumSometime in testing we need to validate data in database also or need to extract data from database. There are many type of database…Feb 28, 2018Feb 28, 2018
sameer kalariaDatabase Operations with Selenium Wrapper AutomationWhen you need to connect with database and execute query then you have to do first connect with your database then execute query.Feb 28, 2018Feb 28, 2018
sameer kalariaDriver Setup with selenium wrapper automationDriver setup is very important and necessary in any selenium automation.Feb 28, 2018Feb 28, 2018
sameer kalariaImplicit Wait Vs. Explicit Wait Vs. Fluent Wait in SeleniumWhen we do automation in selenium then waits for element is most important part in automation.Feb 28, 2018Feb 28, 2018