write a script for get the following result:
username
password
frm the
string1="A=username"
string2="B=password"
Answer Posted / giriyappa badagar
string1="A=username"
string2="B=password"
UName=Split(string1,"=")
PWord=Split(string2,"=")
msgbox UName(1)
msgbox PWord(1)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
What is the descriptive programming?
Explain quicktest professional (qtp) testing process?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
What is QTP testing process?
Mention the different actions types of qtp.
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
Diff b/w test scenario's and test Procedures?
Can we record using all the modes in a single script? Explanation with example is appreciated
Define object spy ?