what is the for identifying color of the object
Answers were Sorted based on User's Feedback
Answer / praveen m
Browser("").Page("").Link("").Object.currentStyle.fontcolor
This method Object.currentStyle.fontcolor can be used for
any object to find the font color. You will get many
attributes falls under currentstyle
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / messai
Its not fontcolor, its color
Browser("").Page("").Link("").Object.currentStyle.color
| Is This Answer Correct ? | 1 Yes | 0 No |
I am new to Test Complete ,can any one suggest me the steps to create/Record and replay a test in Test complete 6....
suggest me the free online books on software testing?
Could any one share scripts... where we can Parameterize radio buttons and Check boxes in Rational Robot.
What are the types of testing we cannot do, by using automation tools
Tell me an example of the languages supported by webdriver?
Explain me which web driver implementation is the fastest?
all clients are using at once if any problem raise?
Explain me what is testng and why is it better than junit?
What is in-house tool?
Could anybody send me the document on how to re install QTP 9.0 after the evalution period (14 days). It will expire within 3 days. Thabks in advance.
Bug report formate in bugzilla
I am using the selenium ide for testing my web application i recorded some script and played back while playing the recorded script the "alert msg is not getting closed" it needs manual interaction Please help out me