who will distribute the project modules for testing in
testing team ?
Answer Posted / rajesh.veggalam
after completion of test initiation or test strategy . the
test lead category people are defining the test plan what to
test ?, what to test?, when to test?,and who test?
in this stage the test lead is preparing the system plan and
divided that plan in to MODULES test plan.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can I use Call dlls in QTP ?
How many types of recording modes in qtp?
How to find the difference between 2 dates in qtp?
If I give some thousand tests to execute in two days what do you do?
What is expert view and keyword view?
Explain the check points in quicktest professional (qtp)?
Explain how qtp identifies object?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
How do you delete unwanted results in qtp?
Explain the parameter in qtp?
What is TOM in QTP?
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
How does qtp identify objects in the application?