Answer Posted / kapil bande
QTP test framework is the set of processes and rules which
we will be using in our automation.Like folder structure,
reusable componants,OR,results,Parameters. We need to
manage these componants and used it.
There are verious kind of framework in Market Mercury
provieds BPT framwork, other customized framworks are
keyword approch, datadriven approch and Moduler approch.we
can mix all approches and build coustomized framwork.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
explain abt dyanamic changing object with example?
write the vb script for call to new action in qtp?
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 find operating system information using the qtp script?
What is Associate Repository in QTP 9.2 ?
What is the short cut keys for the following?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
How do Parameterization and Data-Driving relate to each other in QTP?
When and why to use descriptive programming?
Explain how to use QTP to check broken links on a page?
What is ‘object spy’ and what is the function of object spy in qtp?
Explain actions in qtp ?
describe some problems that u had with automating testing tool?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
what function you write to do database testing with the help of qtp?