Explain the types of object repository?
Answer / Namita Mishra
"QTP has two types of Object Repository: Shared Object Repository and Local Object Repository"
| Is This Answer Correct ? | 0 Yes | 0 No |
How we test the logo or images in the web page using QTP? For example take google page, they change their logo for new year,christmas etc..How we test that? Plz answer this question... Thanks in advance..
How to call the userdefined functions to script? If i am stored 'add()' function in Library functions folder. i want to cal that function in my script.
Syntax for how to call one script from another? and Syntax to call one "Action" in another?
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
How will you send values to a cell in a webtable using QTP?
A question was asked in a company-suppose, I am testing a website on QTP, all the time a new title bar is appeared on next page. Trying to use regular expression under key word driven testing but expert view is also appearing unchanged and error is also generating, do you have any best resolution for that kindly explain in detail. please dont give example of yahoomail, that is unable to clear my doubt.
request to add whatsapp grp for test engineer
what is memory leakage?
16 Answers ITC Infotech, Panamax, TIT,
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2