What is Drill by?
How do I interface to c++ objects from python?
what are the statements best describes an event handler? : Adobe flash
please guide me who to prepare for bel interview...
What do you mean by 2-3-4 tree?
What is maven's order of inheritance?
Tell me how to find bugs or perform static analysis in a python application?
Explain how to convert binary to excess 3 code and vice verse?
Tell us about projects undertaken by you
what is the difference between String and Symbol?
What are angular observables?
Explain the use of Mutex in C#?
How to get current controller id in yii ?
Explain velocity in agile?
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