Answer Posted / pbarjatiya
QTP is a automated testing tool build by HP to help
performing certain type of testing in automated fashion.
Its quick, more accurate than manual testing (at times) and
provides many options.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is the syntax to call one action in another?
How will you handle java tree in qtp?
How to suppress warnings from the test results page?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Where we can use the analog mode and where we can use the low – level mode?
how to acess a test in RSA?
What is the default add-ins in qtp?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
Hi How to retrieve data from web element line by line?
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.
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
What are the different kinds of test steps?
Can launch two instances of qtp on the same machine?
Where to use Property Let, Property Get, Property Set in UFT