What is checking bitmaps?
No Answer is Posted For this Question
Be the First to Post Answer
how to retrive that the number of spaces are in a string ????
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
how can i replace any text from the qtp script with some anothere text
If u r using descriptive programming to identify the object where do u write the script for those objects? do u write it in the expertview? plz do answer its urgent thanks advance.
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
How to invoke Mozilla from QTP thru VB Script
hi.what is exactly mean by real time frame work? every institute teach Framework is nothing but having 6 to 7 folders..and save repositories functions keywords and scripts? this is enough or not? can we beleive?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
I encountered with very strange problem in qtp while writing the script i written the code window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit this code was working fine for about 10-15 times i executed the script but after some time qtp started giving the error with the same code the error is "Object doesnt support this method or function window(...).window(..)" then i modified the code with only window"regexpwndtitle:=Open").Exit in place of window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit now again its working fine i cannot understand what thing is creating the problem if same code executed successfully in starting for about 10 times then why it is giving the error now can anyone give the reason .
pls help me with scripting,right from the beginning in QTP
What are the various automation frameworks available in qtp?
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.