What are FAST and NORMAL modes in qtp ? Why r these modes
intended for ?
Answer Posted / devendra
Main difference
In normal mode display the execution arrow.
In fast mode not display the execution arrow
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
How you can make an action as re-usable action?
How to capture all the data of a webtable, weblist and combolist using QTP?
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.
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 connect to a database?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
why you have standardized functions? plzzz guys with real time exp. do answer
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
What are the differences between quicktest professional and winrunner?
How do you open adobe acrobat file in QTP and do some testing on that file ?
How can I import environment from a file on disk?
Is it possible to use two instances of UFT on the same machine? If not why?