Tag: testing
Questions Related to testing
What does the ChildElements method of XMLUtil returns?
Predict the output of the following script the uses the below xml
Rajesh
111
CS
A
Meera
222
Maths
B
Aarthi
333
Commerce
C
Set xmlDoc = XMLUtil.CreateXMLFromFile("C:\...\students.xml")
Set rt = xmlDoc.GetRootElement
Set rtChildColl = rt.ChildElements
Set node = rtChildColl.Item(rtChildColl.Count)
set nodeAtt = node.ChildElements
Msgbox nodeAtt.Item(1).Value
Recovery scenario takes us thru the following wizard steps in the following sequence
- Input and output combinations that will be treated the same way by the system can be tested using which technique?
- Which technique is appropriate to test changes on old and undocumented functionalities of a system?