I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except
First button
Index 0
html id:=btnSaveTab1
outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab1"" value=""Save"" type=""button"">",
Second button
"html id:=btnSave
"outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"">",
Third button
"html id:=",
outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab
Fourth button
"html id:=btnSave
outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button""
5th button
"html id:=",
"outerhtml:=<input class=""Button"" onclick=""document.getElementById('a5').click();"" value=""Save"" type=""button"">",
No Answer is Posted For this Question
Be the First to Post Answer
How To write script in QTP For Field Validation Example: password Field is accepting A range 8-20 characters only.How to write script?
do you prepared framework,pls answer this
Can we directly automate test script according to requirements?
what version of test director supports the QTP? does testdirector supports the QTP9.0?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
Explain features of the latest version of qtp/ uft 12.1?
What are the points to be taken into consideration while doing desktop testing?
What's Checkpoints for QTP?
How u perform exception handling in QTp,what is other name for ths
what is synchronization point, synchronization method, wait property method? with examples.. plz explain this in brief
What is the another extension name of library file. If that is exist than what's the difference between them.
how to capture data from images in QTP and produce them in excel sheet?