Answer Posted / 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 |
Post New Answer View All Answers
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
What the differences are and best practical application of Object Repository?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
What is object repository in qtp?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
diff between qtp versions from 8.5
Limitations in QTP?
How many types of recording modes in qtp?
How you can decide which type of object repository you have to use?
Why qtp the best testing tool?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
Object repositories types, which and when to use?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
what is impact analysis on regression testing?
How will you compare keyword and expert view?