What are the advantages of parameterization ?
No Answer is Posted For this Question
Be the First to Post Answer
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
How can I replace all the text from the QTP script with some other text.
setroproperty and getroproperty difference
If you use low level recording,what objects will be recorded in Object Repository and what properties?
plz can any one send me what is Automation Testing Frameworks.. Thanks in advance
if full in Object Repostoiory then how to load other Object 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 .
What are all the common questions asked for the candidates having more than 1 yrs exp in QTP?
Hi Friends, while playing the recorded test i am getting this error "Cannot identify the object "q" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application." error is coming in this line of code "Line (2): "Browser("Google").Page("Google").WebEdit("q").Set "airtel broadband"". " .... please tell me how to overcome this problem. need help asap... Thanx in advance
Explain the concept of Output values in Quick Test Professional?
How to export(copy) the entire webtable from the webpage into Excelsheet? using Vb scripting
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)