In Webtable New rows getting added, we have select the name as Sandeep ,If name column is sandeep then need to check the checkbox ,we don't know the rows and columns ,Can anyone please tell me the answer.
Answer Posted / pushkar1206
Set obj=description.Create
obj("micclass").value="webcheckbox"
Set obj2=browser("Browser").Page("Page").childobjects(obj)
rw=browser("Browser").Page("Page").WebTable("Table 1").RowCount
For j=1 to rw
b=browser("Browser").Page("Page").WebTable("Table 1").GetCellData(j,3)
If b="N" Then
obj2(j).set "ON"
End If
next
3= Sandeep column number
try this and let me know. thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
Can you list some technologies that support qtp?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
your coming from electrical backgroung..but y ur coming to software side?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
what is the difference between the modular framework and datadriven frame work
For which type of project the iterative model is suitable?
How many types of Automation frameworks are there in UFT? Describe them.
Explain the difference between check point and output value?
Did QTP prove efficient for your project? Yes or No, explain?
Limitations in QTP?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
How to find the name of the machine where you are running your automation scripts in qtp?
What is the extension of the recovery scenario file in qtp?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..