How to use Apache JMeter “Transaction Controller” to get total time of execution
As you know, Apache jmeter is performance testing tool and supporting many operation systems like FreeBSD, Linux, Mac, Windows, Solaris Sparc, OpenVMS […]
As you know, Apache jmeter is performance testing tool and supporting many operation systems like FreeBSD, Linux, Mac, Windows, Solaris Sparc, OpenVMS […]
We already learnt about data driven testing by attaching external data file with selenium IDE in my previous post. In that case […]
“verifyOrdered” and “assertOrdered” commands in selenium IDE are provided to verify the element’s sort order of same parent node on software web […]
“verify” and “assert” are same in function but difference between both of them is when “verify” command fails selenium will not stop […]
“Switch Controller” is one of the Logic Controller of Apache Jmeter. As name suggest, You can switch your targeted software application page […]
“storeChecked” and “verifyChecked” are check box related commands and are useful to verify current (checked or not checked) condition of check box. […]
“waitFor” commands of selenium IDE are very useful for your software application regression testing. There are many waitFor commands available in selenium […]
Selecting new opened window using “selectWindow” command in selenium IDE is very easy if new window has title or name. Click here […]
“assertSelectOptions” and “assertNotSelectOptions” commands are useful to assert that required values in list box are selected or not. Few days back, I had […]
I described “Interleave Controller” and “Once Only Controller” of Apache Jmeter in my previous posts. There are nearest 16 different logic controllers […]