Hi All,
I need Code For how to export Pass\Fail status to excell
sheet without using QC.
Thanks
Balaji
Answer Posted / s
using runtime methods
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is the diff b/w assistive and mandatary rules of object repository in QTP???
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
What are the different kinds of test steps?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
If you are testing a web application then what will you test in that application?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
Can any suggest me what is exposure testing?
What is the use of Debug Viewer?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
how do u plan test automation?
How to create Reusable and Multiple Actions?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object