HP Load Runner – TruClient So guys, Client wants that in HP LoadRunner using TruClient. Then it’s a kind of problem. In tools like J-meter or WebLOAD we use protocols to interact with server but in TruClient we are simply replicating a functional test case. So in order to handle...
Aadhi
Hi Guys, This is a continuation of a previous post that I had done for comparing different performance testing tools. An honest review 🙂 Performance Test Tools SCOPE Test Case SCOPE The test cases chosen for evaluating different tools are JMeter / Blazemeter About The Apache JMeter™ application is open...
VuGen (or Load Runner) can only understand its own language (let us call this as LR language, LR being the short form of Load Runner). So whatever script it generates can be said to be in LR language. In LR language, there is only one data type – String (and...
To activate Tools > Options
Test scenario Test Condition I think it can better be explained with an example Consider a web app for shared business space in which assets can be managed Some Test Scenarios are
I though sharing the difference between statement coverage in decision coverage. Statement : “an entity in programming language which is typically the smallest indivisible unit of execution” Statement testing is a white box test design technique. Statement coverage checks the “True” condition only while the decision or branch coverage covers both the...
Yup, How to run task daily. In my case I just want to run the a particular batch file daily when I log on to my system. The whole picture is like I need to take daily backups of the code that I am creating. That’s the basic funda behind...
The Study of “How you know what you know” Epistemology is a branch of philosophy which help to test better!!! The practical application in software testing is that it will ask question like Even with out knowing about epistemology, you might be a good tester.But if you wanna be better...
Why we need test automation ? The question seems simple, but the answer is debated for a long time. I would say the purpose of automation is to make sure that the application is working properly and is meeting the function requirements specified in the BRD. When test engineers run...