WinRunner (592)
Load Runner (730)
QTP (4305)
Test Director (199)
Rational TestSuite (121)
Silk Test (103)
Selenium (886)
Apache JMeter (102)
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
How to handle the exceptions using recovery secnario manager in quicktest professional?
What is multi-tagging?
Mention why do you need session handling while working with selenium?
What are the different Selenium components?
What is workbench?
How is testng better than junit?
Step 3&4 are repeated until an the object in recognised uniquely.
write a compilemodule function for loginscreen.
In general, how do you see automation fitting into the overall process of testing?
What is the use of javascriptexecutor?
What are the advantages of using git hub for selenium?
Tell me how can we maximize browser window in selenium?
What is keyword driven framework?
What is the Difference between copy to action and call to action?