Hi Friends,
I have an issue like the describe below:
I'm using QTP and I'm testing on SharePoint.
As you knoe, SharePoint has a customize function for user,
so that, If I add an object Web Table at the first time,
that object was recognized by "index" and "html tag", after
that, if someone change the display of web part, the "Index"
of my object was changed as well and QTP unable to select
that Web Table.
Can you guide me how to identify or anyway to keep that Web
Table object as unique object?
Thanks a lot.
No Answer is Posted For this Question
Be the First to Post Answer
Here in my automation tool, i am retreiving some values and i need to store this values in the excel. How can i achieve this?. We are using VBA as scripting language. please let me know if you require any further inputs.
Explain the adodb.stream class?
How strcomp function works?
what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next
write a text script to display * as below ********** **** **** *** *** ** ** * * * * ** ** *** *** **** **** **********
what is the differenece btwn scripting language and programming language
Explain about adodb.stream class?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
how to automatically update the sql server2005 database records when insert in vb6?
write a vb-script code to delete all the mails in my gmail in the year 2011
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")