How to Test the mainframe application?(tell me few basic
things)
Answer Posted / priyanka
Please provide the help for batch part....
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the use of running the scripts in Hidden-mode in UFT?
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.
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
how to idetfy which test cases are automated?who will deside that plz tell me
How can you pass value one action to another action?
What is keyword view in qtp?
What are the Disadvantages of shared object repository?
what is run action?
What is Port testing. Whhen will you perform?
Explain QTP using different development techniques ?
Explain in brief about the quicktest professional (qtp) automation object model?
How we can import data from database?
Why qtp always start action1 and does not start action?
what is impact analysis on regression testing?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?