suppose u have two send buttons(same width,height,font) on an
application write a descriptive programming
Answer / nagk24
if we have buttons like this i.e same name(send),type(button)
we have to go to other unique properties like index,etc
ex:=browser("creationtime:=0").page("micclass:=0").webbutton(
"name:=send","index:=0").click
here index numbering starts from 0 so,first send button will be selected
Is This Answer Correct ? | 6 Yes | 0 No |
how we can take data in the username field text box into variable in web application explain with example and give all functions to get data into variables
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
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Difference between keyword driven test and DDT?
WHAT IS THE DESCRIPTIVE programming when it is useful? & when to use this ?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
Explain how Selenium is different from UFT?
Explain about the Test Fusion Report of QTP ?
how many types of actions r there? what r they? explain? pls give any one answer?
What is smart identification?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
Hi, My problem is as follows. I recorded a script that created Object repository of each action i recorded. But later I added one more step (which was to enter data in a textfield) into the script through expert view. But as no repository for this newly added step exists in the test, my script fails. So please help me to sort this problem that how can I create object repository of a new step in an existing test. Thanks everyone