1 .Write a Function for Reverse String.? Str="QuickTestprofessional" Without Using Inbuilt Function.
2 .Write a Function to replace the "|Testing|" as "Welcome to QTP" in the below said Text file and
need to save as Test1.txt
Filename : Test.Txt
Welcome to Mercury QuickTest Professional
the advanced solution |Testing|for functional test
and regression test |Testing|automation.
This next-generation |Testing|automated testing solution
deploys the concept of |Testing|keyword-driven testing to
enhance test creation |Testing| and maintenance.
Keyword-driven testing separates |Testing| much of the programming
work from the actual test steps |Testing| so that test steps can be
developed earlier and can often |Testing| be maintained with
only minor updates, even when |Testing| the application or
testing needs change |Testing| significantly.
3. Write a Script to get a input as age, and validate the age 0 - 18(Minor),18 - 55(Major) and Above 55 as "Sr.Citizen
Ask