how to reverse the string without using bultin functions(i.e
mean mid,len ,reverse functions)
Answer Posted / pravati
str="This is india"
x=split(str," ")
for i=ubound(x) to 0 step -1
msgbox x(i)
next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give the syntax to import/export xls into qtp.
What is QTP testing process?
In qtp, how you can remove the spaces from string?
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
If I give some thousand tests to execute in two days what do you do?
Brief the process of testing with UFT?
What is optional step in qtp? How you can add optional step in qtp?
What are the trigger events in qtp?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
How to use the object spy in quicktest professional (qtp) 8.0 version?
after initiating one project for testing, when exacltly QTP tester role starts?
what r the main attributes of test automation?
Explain how you can find the absolute value of the number in qtp?
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.