what is the Debug view?
Answer / umesh
Debug Viewer means to View/Set/Modify the Properties of the
Objects.
| Is This Answer Correct ? | 0 Yes | 1 No |
How to automate the windows dialog box which is coming in the run mode? Whenever I run my scripts,I am getting dialog box ( for ex: Pls enter zipcode" eventhough I already entered the value,the dialog box pops up).I need to click it. Pls give some idea-How to automate the dialog box which is pop up in the runtime.
How To clear the AutoComplete?
how quick test record on dynamically generated urls and web pages.
What is the difference between a Function and Procedure in QTP?
you written some code in qtp for opening google.com browser and entered some text inthe search text box and clicked search button. this is ur script.. before running this script i have already opened two google.com browsers. now am running the script what will happen? script will run or what?? Thanks... Nani
How to check and display a particular word from a paragraph?
Hi Friends, I have an application that is having some options to choose. While doing business transaction I need to select one option among from available options. But here the thing is, we won't get one option which we've chosen already and the available options will get automatically from the system with time basis, moreover each and every option having with various label names respective to that option. So obviously if I run my recorded script will automatically gets fail, even though it got pass at first time. Could anyone please give me appropriate solution for this. I would be greatly obliged with you if you give the solution as soon as possible.
Hi, I am learning QTP. can someone please tell me a site from where i can learn QTP scripting Thanks in advance
What is contained in the object repository?
How to use the Object spy in QTP 8.0 version?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
How To write script in QTP For Field Validation Example: password Field is accepting A range 8-20 characters only.How to write script?