arun mohapatra


{ City } bangalore
< Country > india
* Profession * senior test engg
User No # 85451
Total Questions Posted # 6
Total Answers Posted # 3

Total Answers Posted for My Questions # 13
Total Views for My Questions # 36223

Users Marked my Answers as Correct # 4
Users Marked my Answers as Wrong # 0
Questions / { arun mohapatra }
Questions Answers Category Views Company eMail

What is test scenario, use case, and test case?

2 Manual Testing 4142

please make me understand what is client server and web application?

HCL,

1 Manual Testing 2393

What is your testing approach/plan if requirements are frequently changing?

2 Manual Testing 4893

What is misinterpretation of data with respect to software systems?

1 Manual Testing 3690

How to test for improper links or broken links and would be there impact on the system?

2 Manual Testing 3748

What is interface in software testing???

5 Manual Testing 17357




Answers / { arun mohapatra }

Question { Wipro, 110849 }

what are different types of test cases?.


Answer

Unit test case, integration test case, system test case, functional test case....

Is This Answer Correct ?    0 Yes 0 No

Question { Mphasis, 7357 }

i need to login to my yahoo accoutnt using VB Script,
automating the operation of webobjects, even launching of
IE. How?


Answer

Hi, here is solution from my side..if any other please post here too...This is descriptive programming using vbscript in QTP..but this is for login into gmail

invokeapplication "C:\Program Files\Internet Explorer\iexplore.exe https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fui%3Dhtml%26zy%3Dl&bsv=llya694le36z&scc=1<mpl=default<mplcache=2&from=login"
wait(10)
Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "enter ur username"
Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Passwd").Set "enterurpassword"
Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebButton("Sign in").Click

Is This Answer Correct ?    3 Yes 0 No


Question { Logica CMG, 7161 }

I am writing a testcase for a login window. In the testcase
procedure i entered my url(eg:www.gmail.com). But my url is
not displaying in the address bar.What technical term a
tester woul use for that scenario?


Answer

Showstopper bug

Is This Answer Correct ?    1 Yes 0 No