Iam doing automation in Oracle App's using QTP?
In App's because of some functional setup, keep on changing
my script flow.
for this how can i use the recovery sceanrio??
Please help me?
Answer Posted / kazi
hey,
do one thing just go through scenario and write a test
case.
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What is keyword view in qtp?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
Name the different types of recording modes?
How does you test a weblink which is changing dynamically?
How is the Bitmap checkpoint different from Image checkpoint?
What are metrics and matrix?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
Is it possible to call from one action to another action in qtp?
How can I change object description or check point values in qtp?
What are the different types of recording modes in qtp? Which will be used when?
What are the advantages of a Hybrid framework?
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 analyzing test results using quicktest professional?
What is the script for database check point, bitmapchek point, regular expression ?