Answer Posted / venkat reddy
Hi,
Why we have to select QTP for testing means,
QTP is a HP (Hawlett Packerd) tool for perticurly for
automating.
it is a very good toll to perform functional testing,
regression and database testing..
it will (QTP9.2)work in all environments like
ASP,SAP,Oracle, etc
the main defference is keyword driven framework
and
the language which we use defaultly is VB (Visual Basic)
VB is not a case sensitive
it is a object based language
it is a easist language
anybody can understand the script
when the aplication in development stage, we can write the
descriptive programming with the help of objects...
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is the synchronization point in qtp?
In qtp, how you can use xpath to identify objects?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
What is the qtp testing process?
when u script reveiwing in which area u more concentrates?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
Sql questions to find second max salary and how to use joins
desribe a situation where u faced a stressful situation and how did u cope with it
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
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 to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
Explain the types of object repository?
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz