suppose i have one datatable in my datatable in 2 nd row 3rd
column one link is ther i need to validate that link how do
u do this?(wipro)

Answers were Sorted based on User's Feedback



suppose i have one datatable in my datatable in 2 nd row 3rd column one link is ther i need to vali..

Answer / chandana

datatable.rowcount(row num)
datatable.value("column num","sheet num")

Is This Answer Correct ?    0 Yes 0 No

suppose i have one datatable in my datatable in 2 nd row 3rd column one link is ther i need to vali..

Answer / natarajng

var = "<Link Name>"

n = datatable.rowcount

for i = 0 to n

g= datatable.parametercount(i)

for j = 0 to g

k = datatable.value(j)

if k = var then

reporter.reportevent micpass, "validating link", "Link
is validated"

else

reporter.reportevent micfail, "validating link", "link is
noy found"

end if

next
next

If any issues nanda.dreddy@gmail.com

Is This Answer Correct ?    2 Yes 2 No

suppose i have one datatable in my datatable in 2 nd row 3rd column one link is ther i need to vali..

Answer / krishna

datatable.getcurrentrow(2,3)
for i=2&3 step2
next
u will get answer

Is This Answer Correct ?    1 Yes 1 No

suppose i have one datatable in my datatable in 2 nd row 3rd column one link is ther i need to vali..

Answer / suman

L_Name="<Link-name>"
L_Name1=B("name").P("title").WT("Tbname").Getcelldata(2,3)

if strcomp(L_Name=L_Name1)=0 Then
Reporter.reporteven micpass,"Linkname","Is Present"
else
Reporter.reporteven micpass,"Linkname","Is not Present"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???

4 Answers   HCL,


How u perform exception handling in QTp,what is other name for ths

1 Answers   Lehman Brothers,


can u Give Procedure to Handle Pop Window & write Code for that

2 Answers   CTS,


How to launch application under test through VBscript without using systemutil.run or invokeapplication?

3 Answers  


How to execute a WinRunner Script in QTP?

1 Answers   Crea,






Is it possible to merge two object repository files in qtp?

0 Answers  


On the website, the protocol has been changed https: to https what you will do? Tell me your approach?

0 Answers  


Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........

0 Answers  


how we can do web browser using parametarisation in QTP ?

2 Answers   Efextra, Kanbay,


Please Clarify if smartidentfication is used at runtime when qtp does not recogonize the objects

3 Answers   Ordain Solutions,


why we use sendkey method in qtp?

2 Answers   ABC,


What are the different types of Database checkpoints in QTP? when they are used?

2 Answers  


Categories