what is verification & validation?
Answers were Sorted based on User's Feedback
Answer / murali
verification :
verification typically involves the reviews & meetings to
evaluate documents,plans,code,requirements and
specifications these can be done with the check lists,issue
lists,walk through, inspection meetings
validation:
validation typically involves a testing team takes place
after verifications are compleated
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / harish
Verification: Reviewing on documents like BRS, SRS(FRS+NFRS), HLD, LLDS documents.
Validation: Testing on programs(Unit testing), programs interconnection(Integration testing), complete software (software testing)
Is This Answer Correct ? | 0 Yes | 0 No |
When should u feel that u can stop testing now? The following are few of the common Test Stop criteria:
How to covert a String to an integer?
How do you invoke any application and write a script to invoke QTP using VB Script.
Please explain me i am using QTP 9.5 ,i am creating re usable scripts,i have to pass data from one local sheet to another local sheet.for example i am creating emploee information, (data is in action 2 local sheet),In this data table emplyeee number will get,i have to pass employee number to another reusable script search data (action2 local data sheet)
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?
How vl i prioritize the actions when i have 10 actions A1, A2, A3......A10. I want to run action as follows A1,A5,A6 and A10. How i can do it. Thanks in Advance to u.
I want to assign values in a table in my software, in first column i will give values, table is of 4x4 i.e 4 row and 4 columns, i m using VBScript in my automation work. it is a simple table for giving values.
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
What is Test Fusion Report in QTP?
How to recognize and read data from pdf file using Descriptive Programming in QTP?
Hi everybody.. I m using QTP 9.2 version., plz send me licence key is it seat or concurrent licence key... plzzzzzzzzz plz help me for this one and its Locking code:8-5C740 Maintenance number: 0123-2820602186.,
What is a recovery scenario?