Beginning with Selenium 3.0 Automation – Part II (Basics of Selenium)

Beginning with Selenium 3.0 Automation – Part II (Basics of Selenium)

 

Now that you are conversant with the general idea about automation and have already decided to make the grade in carrying out an automation test, we will discuss the most preferred and used OpenSource automation testing tool – Selenium.

Continue reading “Beginning with Selenium 3.0 Automation – Part II (Basics of Selenium)”

Beginning with Selenium 3.0 Automation – Part I (Basics of Automation)

Beginning with Selenium 3.0 Automation – Part I (Basics of Automation)

 

Test automation is the use of software to control the execution of tests, the comparison of actual outcomes to predicted outcomes, the setting up of test preconditions, and other test control and test reporting functions.

Continue reading “Beginning with Selenium 3.0 Automation – Part I (Basics of Automation)”

Selenium Pattern Matching using Regular expressions

Selenium Pattern Matching using Regular expressions

 

Selenium Regular Expression patterns are the most frequenty used and the most useful.

Continue reading “Selenium Pattern Matching using Regular expressions”

Running a Selenium RC test using C#

Running a Selenium RC test using C#

What is Selenium RC?

Address your testing needs at stackoverflow.com

Stackoverflow.com

Hey Folks,

You can address all your testing needs and get solutions to your problems, queries from the world’s best at stackoverflow.com

You can access it at

http://stackoverflow.com

 

 

Resolving the “Bind Exception” stumble block for JMeter

Resolving the “Bind Exception” stumble block for JMeter

Using JMeter to test performance provides an unusual stumble block in the form of Windows limitations. When 1000 to 1200 threads are in process, you may hit the block in the form of “Bind Exception“. This is attributed to the limitation of Windows to process concurrent threads. We can enhance the limit by the following workaround.

Continue reading “Resolving the “Bind Exception” stumble block for JMeter”

QTP – Accessing SQL Server for automation test needs

QTP – Accessing SQL Server for automation test needs

Here’s the script that will enable you to connect to SQL Server Database and carry out basic functional tests.

Enhance the script as you may deem fit to cater to your testing needs. All the best.
Continue reading “QTP – Accessing SQL Server for automation test needs”