Answer Posted / arpillai
QTP is more effective in testing web based
applications,like .net,multimedia .Disadvantage is QTP
needs more memory space(512 MB)and if any operating system
problems are there QTP will not work.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Where can I find and view run-time data table?
Can we create user defined functions in qtp?
On what document base Descriptive programming is written if build is not yet ready ?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
Have you used xml check point in your project? How?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
Diff b/w test scenario's and test Procedures?
How to find the difference between 2 dates in qtp?
I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)
what is the difference between IE & Netscape in web testing on a log in page
What is the parameterization?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
How are actions and functions different in QTP?