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 |
What is difference between Class and MicClass
how to post xml data from QTP scripts to any application?
Can you tell me any books or websites to learn VB Script for QTP ??
Hi, I have a login page. To login in that page I need to have a valid username and password, which is stored in database. I imported that table to my DataTable in QTP (Global sheet). Now I need to write a code in qtp so that I can login only with valid username and data. my condition is : I want to get username and password from inputbox(which i did) and click on login button- which should verify the datatable for username and password and if value is present only then lofin else stop the testing. DataTable contains columns : LoginName and Password Code: Rowcount= DataTable.GetSheet("Global").GetRowCount msgbox "RowCount= " &RowCount,1 CurrentRow= DataTable.SetCurrentRow(1) Do Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$UserName$ctl").Set DataTable("LoginName",1) Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$Password$ctl").Set DataTable("Password",1) Browser("").Page("").Frame("Frame").Link("Login").Cli ck CurrentRow=CurrentRow+1 Loop Until CurrentRow>Rowcount Can anyone help? Thanks, Priya
Where to use function or action?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
Discuss quicktest professional (qtp) environment?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
Differences between text and test area checkpoints?
why can't you use excel directly in qtp. why we want to import excel data into Datatable.
How to capture the Check point Value into a variable?
What is an optional step in qtp ?