How do know the number of browsers opened?
No Answer is Posted For this Question
Be the First to Post Answer
How to Creating an Output Value using QTP?
Suppose there is a bitmap with some text in it how do you write the script to get the text.
how you have used object libraries? plzzzzz do answer
How do client side image and server side image work?
How to export(copy) the entire webtable from the webpage into Excelsheet? using Vb scripting
When u r running a script , if u get a popup window that describing that u have received a mail to your outlook application. so to avoid the interference of the popup window , which recovery scenario(popup,object state,application hang,system crash) would u use ?
How you know that a test case is a regression test case
What is parameterization? What is syncronization pt.?
3 Answers Semantic Space, SRM,
when will you do debug your script? and explain that process?
When to use descriptive programming?
How to customize checkpoints with parameters?
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"">",