Am working with web application. i faced one senario. i.e,
webpage having webtable having two coloumns, in that first
coloumn is for serial no and second coloumn is for mac
address link, now i want to get first row second coloumn
value, that having macaddress as link. Please help me how to
get that link?
Answers were Sorted based on User's Feedback
Answer / ramu
linkobj=browser(" ").page(" ").webtable(" ").getcelldata(1,2)
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / ankit
linkvalue=browser().page().webtable().childitem(1,2,link)
| Is This Answer Correct ? | 5 Yes | 1 No |
Could Anybody tell me the Script for REVERSE an Interger int reverse(int num) Ex:246 to 642.. Thanks in Advance.
Mention how you can call vbscript functions?
Consider there are objects in a webapp which are identified by QTP. Suppose you know only the logical name of a object(absolutely nothing else about it). Which approach will you take to find the "micClass" of the object(You can't use Object Spy, or can't add the object in repository)?
Why is the use of exit do or exit for statements within loops discouraged?
How to write a general script which should does the following a). If a page object is given, it should identify the page object of the corresponding page(site). b). It should identify all the links of that particular page. in QTP tool?
2 Answers IBM, Infosys, Wipro,
find the length of the string without using length function?
What is parametrization ?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
How to create MSAcess table foriegn key
can anyone tell me the procedure of interview held in applabs
What is the use of the formatdatetime function in the vbscript language?
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.