If a script has a local repository and also uses a shared
repository, which repository will QTP use first when
searching for an object during playback?
Answer Posted / kishore
QTp first uses Local reposiyory then goes for Shared
repository
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Where we can use the synchronization?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
What is the difference between analog and low level recording?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
How to remove associated function library?
Explain the types of properties that quick test learns while recording?
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 use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
What is the process of synchronizing qtp and aut?
What is action? How many types of actions are there in qtp?
Get the count of files of similar types from a folder.
what is supply chain management?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
How will you check that your test cases covered all the requirements?
wht type of User defined functions or Java Releated functions Do we write in VB scripting