how to validate the text in a web table
Answers were Sorted based on User's Feedback
Answer / jpmumbai10
Hi,
Using "GetCellData" or "GetRowWithCellText" methods we can validate the text in a Web Table.
Your's
Jp
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / gera
You need to use Table CheckPoint and validate the values in web table
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain about the functionality of vb script?
Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it
what is the code in QTP to take screen shot? Please send me any one to my mail id. my mailid is manu.sanepalli@gmail.com
What is parametrization ?
this q asked in applabs, q is: QTP should open google.com page and enter "qtp" in one edit(search) box and click search and should open google.com again and enter "job" in edit(search) box and click on search. I tried this but getting error "Edit(search) box matches more than one object", could anyone this question plz..
Is VB Script Case sensitive or Case insensitive?
How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")
How to make sure that items in a wintree are sorted al?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
how to acces the remote mechine using vb cript(QTP)
Why is error handling required?
How can you create an object in vbscript?