How we test web based application by using QTP
No Answer is Posted For this Question
Be the First to Post Answer
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
How is a Step generator used in UFT?
Write the code for select the 5 values from drop down list. drop down list having the 10 values.
I have 3 add buttons of same properties in my page but i want trigger one of them i required in my recovery scnario manager is qtp recognizes it to recovre d scnario if so how qtp recognizes it
I dont know how to configure non standard objects to standard objects in QTP9.2 can i have someone explain me in breify?
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application
what is diffrense between action and function
w is active screen
What's QuickTest Window?
what are the areas that cannot be tested using an automated tool? list a few
Howcan you differentiate between Exist statement, Exist property, and Exist method??? How they used???
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