Suppose if a functionalityis not mensioned in requirement
document and but its present in application. will it be
consider as a bug and viceversa?
Answer Posted / 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 |
Post New Answer View All Answers
How qtp identifies objects?
Through array we can execute the testcase how ? give me example
What is reusable action?
How to use Environment parameterization? Explain with an example.
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
What is business process testing(bpt) in qtp?
Explain the differences between table and db checkpoints?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
What is the script for database check point, bitmapchek point, regular expression ?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
What is 'sleep' in sync point?
Explain quicktest professional testing process?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
How you are developing the script? Using record and play back or manual?