Hi,Sudhanandareddy plz forword framework and ppts
for QTP to me. This is my mail id:
ranjith_99reddy@yahoo.co.in (your contact number also)
No Answer is Posted For this Question
Be the First to Post Answer
what frame work you are following?
What is an optional step in qtp ?
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
Which environments are supported by hp qtp?
What are software testing metrics
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
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
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
What is runtime objects and test objects? What is the difference between them?
Hi All, How to get repeated word in string . Thanks Balaji
what is the Exact Meaning of Environment Variables?
How to supress warnings from the "Test results page"?