Hi,
My Application in Microsoft Dynamic Navision, is it
compitibale with QTP? if yes then let me know...and also
let me know is there any other automation tool availabe to
automate Microsoft Dynamic Navision.
Thanks
Sandip.
+91-9714177088
Answer Posted / babu chalamalasetti
Hi Sandip,
This is Babu.
Did u get any solutiotn to automate NAVISION using QTP if
so could you please share the info to me. Which version of
QTP and what add-in are required.
If QTP does n't support Navision, did u come to know any
other tool which can be sued for teh same.
Thanks in advance.
My mail id: babu.chalamalasetti@gmail.com
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do you open adobe acrobat file in QTP and do some testing on that file ?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
Explain data driven framework?
If I change the property value at runtime is it effect is object repository?
Where we can use the analog mode and where we can use the low – level mode?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
what is clean sweep?
What is active screen?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
How do we handle run-time errors?
what is error and fault in terms of software quality?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
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
Can anybody post some real time scenario in qtp? please its very urgent.