hi i want write code for "test engineer" in this i want
write reverse how ca plz let me know through script
Answers were Sorted based on User's Feedback
Answer / rico
Text = Test Engineer
Rtext = Strreverse(Text)
msgbox Rtext
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nanda
Good Answer recico. but a minor modification...
Text = "Test Engineer"
Rtext = Strreverse(Text)
msgbox Rtext
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sandip
Dim Text = "Test Engineer"
Dim lenText = Text
While (lenText > 0)
StrTemp = Mid(Text,lenText ,1)
Temp=StrTemp+Temp
lenText=lenText-1
wend
msgbox Temp
| Is This Answer Correct ? | 0 Yes | 1 No |
Hi All, I have a problem with getting the value which is available in the table and it is not having any unique property. Please find the below table TopicName CreatedBy ViewCount ------------------------------------------------ XXXX Y 10 ZZZZ ZZ 0 AAAA BBB 3 In the Above table TopicNames are link and it is having an id but the remainig two columns(Created by and ViewCount) are static Web element values and they are not having any unique property. Now i want to get the values of Created BY and View count for each and every topic. Can anybody give me the solution for the above ASAP. If anybody didn't understand the above please free to send me a mail by that i can send you the snap shots and some more description. You can catch me at krishnachand.p@gmail.com
What is data driven testing in QTP?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
How to enable the text check point in qtp? By default it is disables
1 Answers Sify, ssinformatics,
HI How to take screenshots of a Webpage and saving it in a external word document using QTP.
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
• Re –Engineering the regression testing from 0% to 60% automation. This has saved 4-mandays in every release. what doeas this statement means
i want click on a link which is in 3rd row and 2nd column of a web table.write script to execute
Could we use QTP for java project(Which is develop in Netbeans and My SQL) otherwise which one is suitable?
What is accessibility check point?
What is difference b/w AOM,DOM,COM Have u ever is used ny of the models.If so why?
HI, Based On The Information Below Write A Data Driven test Script Edit Box 1 Should take Value From Num1 Column Edit Box 2 Should take Value From Num2 Column Click On Add Button, Get The Value Of Exp res Column, Get Value From Actual Result Edit Box , Compare Two Values, Write Pass / Fail Value Into Result Column Thanks In Advance... Kavitha Input.Xls Num1 Num2 Exp res Act res Result 10 30 40 40 Pass 50 40 90 90.5 - - - - - - - - - - - - - - - -