Suppose if a functionalityis not mensioned in requirement
document and but its present in application. will it be
consider as a bug and viceversa?
Answers were Sorted based on User's Feedback
Answer / nath .t
It's not treated as a bug. Bcz. it's not disturb the
funcationality of an application. So it's extra funcationality.
Its come under sanitation testing. This testing purpose is
to find out extra functionalities of an
application(funcationality doesn't exist in requirement doc.).
Ex.: In requirement doc., Login form have not Forget
password funcationality. But developer add that feature
before enhancement the application.
| Is This Answer Correct ? | 1 Yes | 1 No |
I want to see all the properties of agent name in login window. I will use the script Set a=Window("FR").WinEdit("Agent Name:").Gettoproperties( ) msgbox but my question is how to use the msgbox if i use a it will display only a, so anyone pls let me know how to get the display of all the properties using GetToProperties () or GetRoProperties (). Thanks a lot
is qtp 9.2 create the scripts with the application run on mozilla firefox browser?
how open two urls in one browser? plz urgent
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
Explain different types of action in qtp?
I am new to automation testing.I am learning QTP 9.2.my question is how to install the defferent addins(other than Default Addins) is there any defference in QTP after installing the Addins.where we can get the addins?
What is QTP Frame Work ,and i want it in detail
Can you write a script for to insert array elements in an excel A to Z columns only. if the number oe elements in the array is greater than the number of columns (A to Z), come to next row and proceed furthur. eah cell should contain only one array value.
How to parameterize Object Repository?
What is difference between run time object and test object?
I want to open a Notepad window without recording a test and I do not want to use SystemUtil.Run command as well How do I do this?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance