What is VSS? Is it used in Automation(QTP) Or Manual?
what is menus in VSS?
Answer Posted / his highness mv @ tcs
VSS = Visual Source Safe, just a configuration tool.....as
described in previous answers...
from testing prospective...yes it can be used for
manual/automated testing to save the scripts.. OR (Object
Repository)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
Mention what are the different types of recording modes in qtp? Which will be used when?
Tell some commonly used Excel VBA functions?
how to disable the pop ups through QTP using a script
Explain runtime dynamic settings?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
Explain about the quicktest professional (qtp) automation object model?
Mention the test steps of qtp.
Why qtp the best testing tool?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
How many types of parameters are there?
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.