1. In build1 there is a page with two check boxes and
a submit button. You have prepared a script for that page
and its working fine. In Build 2 the developers have added
two checkboxes in the page. Will the script prepared for
Build 1 work for Build 2 or not. If yes, why and if No,
why. Remember the developers have not touched the object
properties of the textboxes in the page.
Answers were Sorted based on User's Feedback
Answer / rayudu
Yes, Exactly!.It will work if you have written a
descriptive programing.
Write a code in descriptive programming to find out the no
of Check boxes using child object method.It will work for
not even two, Any no of Check boxes.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / litan
Its all depends how you developed the Script.
If you are not using Index Property for the checkbox,Then
it will wotk.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sureshsinghbhandari
Yes it will work,
As the Object and their properties (Properties of Checkbox like "html tag, name, type") are not changing by adding 2 more checkboxes.
If we are using DP and using Index property of the checkbox on then on adding 2 new the code might be work or not; its depend on the Place of the new checkbox, which might change the indexing of the previous boxes.
Is This Answer Correct ? | 1 Yes | 0 No |
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
Differences between quicktest professional (qtp) and winrunner?
What are the advantages of QTP over WinRunner?
where is the bitmap checkpoint be saved
What is Active Screen in QTP?
hi guys, could you please prepare script for given format ? 1,1,2,3,5,8,13,21,...etc use vbscript for this...?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
Explain about opening notepad in QTP and writing of test result in notepad?
Is there is any method how to connect remote desk throw QTP if yes please answer with a example?
can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...
What is the Difference between Environment variable and Globle variable,.. anybody can give me answer..Thanks in advance...
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?