write the code to reverse a string without using Strrev
built in function.
Answer Posted / guest
strrev("star")
| Is This Answer Correct ? | 3 Yes | 37 No |
Post New Answer View All Answers
How you calling actions in qtp?
How can I check if a environment variable exist or not?
How to use transactions in qtp?
What are the features of quick test pro(qtp)?
Can we run multiple QTP scripts one after the other without manual intervention? How?
What is difference between design time and run time data table?
What is accessibility check point?
What do you mean by iteration?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
how do i know how to use tools
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
Differentiate the type of test cases which can be automated and which cannot be automated?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
Should have experience in framework means?