Selenium IDE has many assertion commands to verify the presence of text, value, alert, confirmation, button, link, amny many more. You can Visit this page to look at all the assertion commands with example. "assertNotText" and "assertNotValue" commands are one of them and i am

"waitForTable" and "storeTable" are html table related commands. Both have different functions. As name suggest, "waitForTable" is useful to waiting for table data and we can use "storeTable" to store table data in to variable. You can take a look at other "store" Commands and "waitFor" Commands for your

There are many commands avalilable in selenium IDE and few of them are very related to "storeConfirmation" and "storeAlert". Do you need complete tutorial of selenium IDE(With Command Examples) to learn it quickly? Best way is Visit this link to get best tutorial with practical examples.

"assertNotSelectedLabel" and "assertNotSelectedLabels" are very useful assertions in selenium IDE software for drop down and list box type elements. However you can look at other related commands examples on this Link. As you know, If any of the above assert command will fail, selenium IDE will stop

Published many tutorial articles of selenium IDE related to verification commands with examples. "verifySelectedValue" and "verifySelectedValues" are verification commands and useful to verify the selection of values from list box or drop down of your software web application."verifySelectedValue" command

Apache Jmeter is performance testing tool and you need to customize your software web application test plan as per client's requirement. Jmeter has many tools for test plan customization and one of them is Logic controllers. We will see more about other parameters of load testing tool jmeter but in this post let we look

This tutorial post of selenium IDE will describe you how to use "verifyNotText" and "verifyNotTitle" commands for your software application to verify text and title of the page. However you can read more tutorial posts on assertion commands and verification commands for your reference. "verifyNotText"

As you know, Apache jmeter has many logic controllers and loop controller is one of the mostly used controller in performance testing of software web application using jmeter. Apache jmeter's thread group is it self loop controller and you can read about 'Loop Count' property of thread group in my previous post. So now your question is 'If

Selenium IDE has many commands related to text for software web application. Few of them are "assertText", "assertTextPresent", "storeText", "waitForTextPresent" etc. You can view more related commands with example at our Selenium IDE all commands collection page. "verifyTextNotPresent"

Test management tools are the heart of software testing process. You can not handle your testing process in proper way if you are not using any test management tools. Test management tools makes easy to manage client's requirements, test plan, test cases, code reviews or document reviews, bug tracking and

As you know, Apache jmeter is performance testing tool and supporting many operation systems like FreeBSD,  Linux, Mac, Windows, Solaris Sparc, OpenVMS Alpha etc.. We can say that controllers are the main part of jmeter and they are very useful to control execution of jmeter script for load testing. Let me

We already learnt about data driven testing by attaching external data file with selenium IDE in my previous post. In that case we have used "storeEval" command to fetch data from external .js file. Another way of data driven testing in selenium IDE is using push command. Now let we learn how can we create

"verifyOrdered" and "assertOrdered" commands in selenium IDE are provided to verify the element's sort order of same parent node on software web application page. It will check sort order of element in ascending order. Look in to bellow given image.

"verify" and "assert" are same in function but difference between both of them is when "verify" command fails selenium will not stop execution of remaining commands while selenium IDE will stop execution on failure of "assert" command. "verifyNotSelectedIndex" and "verifyNotSelectedIndexes" are verification

"Switch Controller" is one of the Logic Controller of Apache Jmeter. As name suggest, You can switch your targeted software application page request to run using Switch Controller. You can set your required request id in Switch Controller to execute it so all other requests under Switch Controller will be neglected

"storeChecked" and "verifyChecked" are check box related commands and are useful to verify current (checked or not checked) condition of check box. Earlier i had published post about 2 related commands - assertChecked and assertNotChecked. All these four commands are working with check box. Now let

"waitFor" commands of selenium IDE are very useful for your software application regression testing. There are many waitFor commands available in selenium IDE like - "waitForElementPresent " command will pause selenium until targeted element not present on software web application page,

Selecting new opened window using "selectWindow" command in selenium IDE is very easy if new window has title or name. Click here to view example of "selectWindow" command with title as a target. If window has title then we can add it's title in target field with "selectWindow" command and this way selenium

"assertSelectOptions" and "assertNotSelectOptions" commands are useful to assert that required values in list box are selected or not. Few days back, I had posted article with good working example of "assertSelectOptions" and "assertNotSelectOptions". "assertSomethingSelected"

I described "Interleave Controller" and "Once Only Controller" of Apache Jmeter in my previous posts. There are nearest 16 different logic controllers available in Apache JMeter and i will try to describe each of them in my upcoming posts. Let we look at "Runtime Controller" to see how it can help us for our software