How u send bugs to dev'lpment team all at once or one by
one or waht is the process?
Answer Posted / nanda
-scope of testing is mentioned for a particular release
-testing is done keeping the scope in view
-if differences are found on comparison with the
srs/client's requirements,1-many bugs can be logged into a
bug tracking tool
-developers view the bugs in btt and accept them or make
them invalid
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
Hi ,Can any one pleas explain how to test splash objects using QTP?
How do you open adobe acrobat file in QTP and do some testing on that file ?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
can u explain relative path architecture framework in qtp?
Difference between test object and run time object?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
What is the registration process and examination fees?
How many add-ins comes by default with qtp?
Difference between action & Reusable action?
How many ways we can parameterize data in quicktest professional (qtp)?
Can we Test Welcome Screens and Process Images with QTP
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..