i need the licence key for QTP V9.5 can anyone help me on
getting this?
Answer Posted / sumon
i need the license key for QTP V9.5 can anyone help me on
getting this?
my email is mesbahulmannan@yahoo.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Analyzing the checpoint results?
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
how do i know how to use tools
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
Explain the concept of object repository and how qtp recognises objects?
What is 'sleep' in sync point?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
Explain about the test fusion report of quicktest professional?
What are metrics and matrix?
how to post xml data from QTP scripts to any application?
Difference between copy to action and call to action?
What are private functions in QTP? How they can be called from the function library?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
Explain the difference between data driven testing and parameterization ?
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.