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).
List the types of validation controls that are available in the ASP.NET AJAX 4.0?
Explain the implementation of XML Web Services to be found in .NET. In particular, explain the role of the wsdl.exe tool.
State the terms preemption and context switching.
Create a vector representing x coordinates of a measurement with 20 points between 0 and 10. Create another vector y representing fake measurements which are related to the above x values as y = 2.3 x – 1.2. Next add random (normal, Gaussian) noise to the vector
Explain the relationship between XHTML and URL?
Write down the properties exposed through ActiveX controls?
What is the way to reduce the state space of the code during model checking?
If-else statement: It is a control structure employed to select between performing one of two alternative events. if(boolean-expression){ // Statem
Normal 0 false false
Briefly explain about the UpdatePanel control.
18,76,764
1943891 Asked
3,689
Active Tutors
1413410
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!