How to find the path of folder in which the test is saved in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
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 .
How u will open the build automatically in QTP except using Systemutil.run command
write vbscript in qtp tool for senario, in the given sheet add each number in each row and each colunm and show result
str="ramanareddy12345@gmail.com"to count alphabets,numarics and special charcters pls any one knows send to answer
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
can anybody give me the links for vb script material
i need the word "good morning" to be displayed by default whenver we click upon the blank test while opening the qtp. Could you please answer...
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
What is AUT in object reposity in QTP? Why we use it in Object repository???What is full form???????
Give one example of Standard checkpoint in qtp 10?
How do you export an output to a excel sheet? Ex: I get my answer by using Msgbox"..." &R. How do I displayed the result of the Msgbox (such as R) to an excel sheet? Please let me know.Thanks
What is keyword driven testing..what is the use of this in Automated testing