What type of problems one will face with QTP , if too many
browsers are opened at a time?
Answers were Sorted based on User's Feedback
Answer / ganesh kumar
Nothing is problem with QTP to identify the Browsers even
there are too many browsers opened. Since Each browser will
have different unique property to identify the browsers at
runtime. There will be a problem only when the name and
title are same for two browsers. that too can be handled
with the ordinal identifier. by giving the index we can
handle this situation.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sunitha
QTP will get confused when there are too many browsers
open , It might close the wroge window when you try to
close browsers. To make sure that QTP looks into the
correct browser you should either do a descriptive
programming or add the properties 'title' and 'name' to the
properties.
| Is This Answer Correct ? | 2 Yes | 2 No |
can the activities of test case design be automated?
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
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
What are private functions in QTP? How they can be called from the function library?
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" ar = Window("Flight Reservation").WinComboBox("Fly From:").GetContent your actual value is : that shows data in combo box how can u test the both data is correct or not by using split function
what are the functions availabla in QTP? what are the data types in QTP?
What are the different types of Database checkpoints in QTP? when they are used?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
what is the advantages and disadvantages of using functions instead of re usable actions