Explain script recorded over tested web pages
Why is the script recorded over the tested web pages not playback correctly?
Expert
Probably the script addresses web page elements through their index. TestComplete uses indexes when the element does not have the Id or Name attribute (when any of these attributes are given, TestComplete uses the attribute value to address that element). By using Id or Name is more reliable than using the indexes because the indexes can change from one test run to other. To work in the problem, use any of the approaches as given here: • In the source code of the tested web page, identify the Name or Id attribute for all controls which you need to work along with from scripts. On doing this, you will be capable to address the controls using the given identifiers. • Utilize the Page (…).NativeWebObject.Find method to search for the needed control by values of its properties and attributes (innerHTML, innerText, src and href).
Pop-up menu: A menu of actions which is generally not visible on the screen till a mouse button is clicked. The Popup menus assist to keep a user interface from becoming cluttered.
Explain the good example of XHTML element opening tags.
The kind of value that a variable can own is known as data type. When we state a variable we require specifying the type of value it will own with the n
Explain Dynamic Language Runtime (DLR) briefly?
Differeniate asynchronous postback and synchronous postback?
Describe the term short lock in the tibco iProcess in brief.
Logical error: It is an error in the logical of a class or method. Such an error may not lead to an instant runtime error, however could have a noteworthy impact on overall program exactness.
What is the use of System.Dynamic and System.Runtime.CompilerServices namespaces?
Compilation: It is a process of translating a programming language. This frequently comprises translating a high level programming language into a low level programming language, and the binary form of a specific instruction set. The translation is ex
Define the term Mutual recursion: Recursion which outcomes from two methods calling one other recursively.
18,76,764
1943809 Asked
3,689
Active Tutors
1441741
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!