your doing one project testing then how u know itis wheather
web based application or windows based application?
Answers were Sorted based on User's Feedback
Answer / nanda
HI,
I we are accessing application through browser..it is
web based application.
If we are running .exe form which is available in
system...it is Window based application.
if any queries do mail @ nanda.dreddy@gmail.com
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shyam.meghansh
Can You put ur question clearly.............
If ur talking regarding QTP then the script will tell u wht
kind of application ur using...........
You can send me ur Query on testingwithshyam@gmail.com
| Is This Answer Correct ? | 0 Yes | 1 No |
In a shared Object Repository in QTP if some object is changed how can the other script which is using the same object can be known
WHAT IS THE DESCRIPTIVE programming when it is useful? & when to use this ?
I am new to automation testing.I am learning QTP 9.2.my question is how to install the defferent addins(other than Default Addins) is there any defference in QTP after installing the Addins.where we can get the addins?
How to give Table check points?
take one example and write vbscript on one web application in qtp? explian descriptive programe with one example?
how to pripare BRS/FRS Document for different projects?
how to retrieve data from the data table (from a particular cell)
Approach for Installation,comaptibility,system testing
What is the synchronization point 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
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
When Recovery scenario actually starts while testing the application?