Explain QTP using different development techniques ?
No Answer is Posted For this Question
Be the First to Post Answer
How to get align property of the link on web page?
Hi, Can anyone tell me what type questions can be ashed in interview on QTP?
what is qtp automation framework, what is the purpose of the framework and which folders included in this framework pls tell me with brief description
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
IF we use batch testing.the result shown for last action only.in that how can i get result for every action.
I want to see all the properties of agent name in login window. I will use the script Set a=Window("FR").WinEdit("Agent Name:").Gettoproperties( ) msgbox but my question is how to use the msgbox if i use a it will display only a, so anyone pls let me know how to get the display of all the properties using GetToProperties () or GetRoProperties (). Thanks a lot
suppose the given string str = {"vamsikrishna%%&%*&**"} count the no of vowels and special characters are repeated
I am automating a Java application. This application is developed using SWT. I am not able to get the GUI object. Even i tried with Java add-in. In tutorial it states SWT is not supported any idea. Anybody worked in such appln. My question is whether it is possible to record the GUI object of SWT appln. how it is possible.
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), it will wait upto for that Browser sync only. But It should wait upto total Browser get uploaded with all fields. Note : We don't know Which fields will come in that Browser. Means without knowing field names.