Hi, I am supposed to automate mainframe application through
qtp. I do not know how to start abt it. Can you plz help me
in first initializing the process or do you anybody have a
guide book or a link which guides me through the process of
automating the mainframe applications and things involved
in it.
No Answer is Posted For this Question
Be the First to Post Answer
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.
what are the metrics in general we use in testing
Difference between image checkpoint and bitmap checkpoint
What are metrics and matrix?
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
While scripting do we use any reference. may be we have 2 0r more same objects that time how do we write scripts
What are the various automation frameworks available in qtp?
My company has recently started using Ajax for building UI and QTP is nor recognizing the drop down list for selection.It recognises it as a general Web Element or Web Table. I have added individual selections from the drop down as web Table. It works as long as the page is not refreshed. I need some help and inputs as to how to make QTP recognise a drop down list for selection. Any help will be appreciated.
What is quick test pro? What is a quick test professional?
how to test Web application using QTP software
Can we run test with out adding object in object repository? How it is possible?
How to save your test using quicktest professional (qtp)?