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 run-time data?
what is command for executing files?
Is it possible for QTP to capture the objects in word document.If so please give me the code.Thank you.
give me descriptive programing code sample flight application in qtp?
What is smart identification?
What does it mean when a check point is in red color? What do you do?
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
why the smart identification is not there in WinRunner
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?
What is output value in QTP? Why do we use the output value in QTP?How many types of output values are there in QTP? what are their respective usage in QTP?
i am new to qtp i do not know how to write script how to write the code to login if it fails how to able error messages
How to capture checkbox properties when properties of the object keep changing on relogin to the application.