how to retrive that the number of spaces are in a string ????
Answers were Sorted based on User's Feedback
Answer / kamakshya prasad
Dim str
str="QTP, an automation Tool uses for software testing"
s=split(str," ")
msgbox ubound(s)
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / uday
You just split with space, and the ubound of that array +1
is the number of spaces.
| Is This Answer Correct ? | 5 Yes | 4 No |
What is the process for creating an automated test script using QTP assuming you have reviewed the manual test case and understand the requirements?
How we can call the scripit from another scripit in QTP?,Not a call Action
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
Explain the new feature of UFT regarding the export of test results?
what will be there in keyword view and expert view?
for example u can take ebay or plifcart online shoping web application--------- write acode in vbscript in qtp---- search box and write (iphone6)and click on go button then opened diff prise iphones in next page but u can select 30,000 to 90,000 list pls write code?
2 Answers FFASVA, Genpact, Wipro,
In qtp,how to interact tool & application build?
In Keyword driven frame work you have write 30 test case for one scenario,in which 10 test cases are failed while executing.client asked you to execute only the failed test cases. HOw can you execute only failed test cases
QTP identified the object but not performing the desired action???what could be the reason?????
How u call functions in QTP Function to calculate the length of characters in a wor
If u r using descriptive programming to identify the object where do u write the script for those objects? do u write it in the expertview? plz do answer its urgent thanks advance.
How to run scripts 1,29,3,5,7,2 scripts using test batch runner in QTP.... Ie...I wanted to run scripts not in an order 1,2,3,4,5...like that How it is possible using test batch runner... I dont want hardcoded script