does test plan is in test strategy or test strategy is in
test plan.
Post New Answer View All Answers
How do we handle run-time errors?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
what are the mandatory properties for a tex boxc (scenario?)
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
after initiating one project for testing, when exacltly QTP tester role starts?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
If I change the property value at runtime is it effect is object repository?
What are the two types of repositories available, explain them?
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
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
What is quicktest professional?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
what is output value in QTP and how it can be used in automation testing
write script for bitmap image?