For ex we are doing automate testing in that can we do some
part of application recording, some part descriptive
programing and some part general VB scripting like
that .............
Answer Posted / siva reddy (us)
yes
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are some test assets and related extensions of qtp?
what is keyword driven testing in qtp?n how is it useful?
what r the main attributes of test automation?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Name the different types of recording modes?
diff between qtp versions from 8.5
Difference between action & Reusable action?
What is qtp window?
What are the different types of recovery operation?
What is difference between Recording time object identification and Run time (Execution) time.
Why qtp the best testing tool?
Explain different checkpoints in qtp.
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
What is the keyword view and expert view in qtp?
What is regular expression?