is the institute MindQ laid by Mr.Nageswar rao..
heard alot about Nageswar rao...can you briefly let me know
about the Nageswar rao inst. and MinQ...THANX IN ADVANCE
Answer Posted / raghav...
"Nageshwar rao",it's brand name for testing.....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
Hybrid framework supports Descriptive programming. Is it true?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
What is the difference between the design-time and run-time data tables?
Is it possible to call from one action to another action in qtp?
whow much strong on VB and C?
How many lines of code in each script of QTP?
How to creating an output value using quicktest professional?
Explain quicktest professional (qtp) testing process?
What is Port testing. Whhen will you perform?
What is active screen?
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 the basic concept of quicktest professional (qtp)?
Explain in brief about the quicktest professional (qtp) automation object model?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?