scalability testing comes under in which tool?
Answers were Sorted based on User's Feedback
Answer / jyotsna
Scalability testing comes under performance testing.load
testing , scalability testing both r same.
Thank u,
Jyotsna.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / asha
scalability testing is one of performance testing factor
and it can be tested using load runner (an hp tool) and by
using RPT-Rational Performance Testing tool( an IBM tool).
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kishore
Scalability testing comes under the perfromence testing .
scalability means increase the performence of the
Application if Application demands.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / srinivas
scalability teseing ors load testing or capability testing
means performence testing,it comes under loadrunner testing tool
Is This Answer Correct ? | 0 Yes | 0 No |
What is TOM in QTP?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
If we are record a same web page for 2 times.1st time it is showing 6 objects in the Object Repository and for the 2nd time it is showing like 7 Objects in the Object Repository why it is happening
Hi,can anyone tell me How to found the number of 1's and 2's in the given format 1,1,2,2,3,3,4,2 using vbscript Thanks in advance
The xls contain data. how to get number of columns form the sheet?
If the web applicatoin takes navigation time above 2 hours to dispaly next Web page then how can we synchronize the QTP with Appilication Under Test
What is the difference between per-action and shared?
What is the difference between the keyword view and expert view?
write vb script code to delete the duplicate values in an array.
What are the main attributes of test automation?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
Hi What are re-usable actions in QTP? -Thank You