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 are the recording modes and executing modes avialble in QTP?
Can we test the Word Document using QTP Tool? We should test the page size,page set up, paragraph indentation and spacing, font size of the the character int the page.
What is descriptive Programming in qtp.
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?
How to execute a winrunner script in quicktest professional?
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
What is the extention of Virtualobject
Difference between test object and run time object?
how u will evaluate the tool for test automation?
What is the latest version of QTP? aster googling i found it 9.5 . but somewhere in my frnds resume i hve seen 10.0 so i am a bit confused pls let me know.
suppose u hav a 10 dialog or window opened on screen with same name & value. now how to test each window? i.e. how qtp indetifies these objects separately?