I have a WebEdit Object.It is added in object repository.It
has two properties Name and Index.In the next release the
Name Property is same but the index property is
changed.when i run the script will the script Pass or Fail
Answer Posted / deepakm82
It will pass because the QTP would use its SMART
IDENTIFICATION if it is enabled by you otherwise it will
fail...
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
I want to do QTP Certification what is the pattern of Question paper.
How does you pass optional arguments in qtp?
Does quicktest professional (qtp) is unicode compatible?
How to use checkpoints in qtp ?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
Hi All, How to get repeated word in string . Thanks Balaji
What is Distributed testing? How does UFT support it?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
What are the advantages of a Hybrid framework?
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?
How to analyzing the checpoint results?
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
How to check feasibility of the appliction?in automation testing?