Automation Testing (7699)
Manual Testing (7121)
QA Concepts (917)
Mobile Testing (238)
Test Cases (630)
Test Documents Reporting (59)
Database Testing (90)
Behavior Driven Development (BDD) (103)
Testing AllOther (1138)
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
What is meant by Regression testing? Differentiate Sanity and Regression testing?
On what basis you are fixing up the time for project completion?
What is an entry criteria?
How quickly we need to fix the bug?
Explain briefly your project.
Which things to consider testing a mobile application through black box technique?
Which one you prefer, working with independent testing project or working along with development team?
What is quicktest professional window?
How to create a scenario?
Explain stress testing, load testing and volume testing?
consider therez 1 land and it has mango trees in it, what are the tets cases or how will we count no of mangoes on all trees
Explain the component testing?
How do you verify whether a database is updated when passing the data through front end?
Explain the synchronization points?