Hi friend
I have query regarding QTP datatable.
I want to insert data in datatable during runtime.
suppose i wrote
datatble.value(1) = "Test data"
so when i run the script it says column(1) doesn't exist.
Then i write something in column A1 manualy and run the
script again.
Now it works fine.
Pls clarify how i can put value in blank cell of datatable.
Answer Posted / arun singh
first of all u have to change the column name.
i.e., double click on A and run the program.
got it.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
How many types of object repository in qtp?
Mention the different actions types of qtp.
What will be happen if i load object repository at run time, but it has already associated.
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
please any one can explain the keyword driven framework. with gmail example.
How to customize checkpoints with parameters?
How did you resolve conflicts present in Object Repository?
Explain how qtp identifies objects?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
How to run a test using quicktest professional (qtp)?
In qtp, explain what is qrs file?
What is the process of synchronizing qtp and aut?
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
How do you perform Regreession Testing?