skip to main
|
skip to sidebar
Manual testing and Automation Testing(QTP) Questions
Manual Testing,Automation Testing,QTP,WinRunner,RFT Testing Interview Questions
Friday, October 8, 2010
Write a function which takes a string and a substring as input and which deletes the substring in the main string?
Sub sub1()
Stri = "abcxyghixy"
substr = "xy"
MsgBox Replace(Stri, substr, "")
End Sub
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
►
16
(7)
►
Aug
(7)
►
12
(8)
►
Jan
(8)
►
11
(2)
►
Dec
(2)
▼
10
(42)
▼
Oct
(14)
Write a function which takes a string and a substr...
How do you test a Notepad?
When is a product ready to ship?
What are the different test categories that test c...
What goes into the body of a good bug report?
What is the difference between priority and severity?
What is Value type and Reference type ? Whats the ...
what is the testing approach for web based applica...
Gloabalization and Localization Testing
How to test an application which has DataBase Upgrade
Test Approach
Contents of the Test Plan :
Difference between Smoke Testing and SanityTesting
VB Code examples
►
Aug
(2)
►
Jul
(14)
►
Jun
(11)
►
Apr
(1)
►
09
(87)
►
Dec
(2)
►
Oct
(1)
►
Sep
(2)
►
Aug
(6)
►
Jul
(19)
►
Jun
(35)
►
May
(19)
►
Feb
(3)
No comments:
Post a Comment