Can we Test Welcome Screens and Process Images with QTP
No Answer is Posted For this Question
Be the First to Post Answer
What is Terminal Emulators”? Why we used in QTP.? How he works on QTP.
How to modify the text checkpoint?
How can get count of list box?
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.
What is standalone database?
what is the object properties settings in the QTP
What is the extension of qtp local repository?
Explain the concept of how QTP identifies object.
How many ways to configure the application in QTP,Explain
how to read log file using QTP??
Which function is used to accesses the Properties from Repository Pls anybody can give the answer.. Thanks in advance...
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