How to use reporter.report event in qtp ?
No Answer is Posted For this Question
Be the First to Post Answer
I want to learn Advanced QTP, suggest me the best faculty in Hyderabad
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
several browsers opened. write QTP script to close all browsers except gmail.
setroproperty and getroproperty difference
Mention what are the different types of recording modes in qtp? Which will be used when?
Hi, I will provide perticular age,it needs to enter date in text box (MM/DD/YYYY) compare to system date. or already exist data in the text box.
results.xls file is automatically generated while running the script in QTP.But it is showing error to open the file
Have you worked with QC?
What is difference between Class and MicClass
Where u will use output checkpoint in QTP?
how to get column count in datatable
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