460 reputation
511
bio website
location India
age 28
visits member for 2 years
seen yesterday
stats profile views 32

Sr S/W Test Engineer


May
4
awarded  Yearling
Feb
26
comment Maintaining QTP object repository -best practice for a multideveloper environment
Will try that Motti
Feb
25
comment Maintaining QTP object repository -best practice for a multideveloper environment
I found the scripts getting very slow when using DP for my application, that's why I am trying not to avoid Object Repo completely. However if there seems no other option then I would go for DP.
Feb
24
asked Maintaining QTP object repository -best practice for a multideveloper environment
Feb
21
awarded  Popular Question
Feb
16
awarded  Popular Question
Nov
8
comment Need help to frame locator for webdriver script
yes Michael, I been using the same script since and its working quiet consistently .
Oct
7
asked Webdriver line by line runinfo in eclipse console
Aug
7
revised Need help to frame locator for webdriver script
added 104 characters in body
Aug
7
awarded  Editor
Aug
7
revised Need help to frame locator for webdriver script
added 104 characters in body
Aug
6
comment Need help to frame locator for webdriver script
Ardesco I ran the test a few times but didn see the id changing , the problem is with directly locating to that xpath . If u see teh code i have given above, step by step geting to that location through the div hierarchy driver is able to locate it , but directly it cant
Aug
5
asked Need help to frame locator for webdriver script
Jul
25
accepted How to change status of all test cases in QC test lab
Jul
22
asked How to change status of all test cases in QC test lab
Jun
30
comment Testing webservice engine: best practice
I believe that for such a system who handles large amount of data like ours really need such a testing environment. If you find this not right way then please give more suggestions.
Jun
30
comment Testing webservice engine: best practice
Stuart i dont understand what is so funny about it. Our test team created the parallel application described above which is created in xls vba macro , which fetches data given in the xls sheets and does the calculation based on the requirements of the webservice. Our test team who created the parallel application is completely independent on the development team who created the webservice. The test team also do through unit tests on the vbs code we create for the test application .
Jun
30
comment Solving “SeleneseTestCase is deprecated” issue
Yes Ardesco a consistent solution for Jason's issue is to avoid the deprecated code, but until he comes across with a fix for that he can use the annotation.
Jun
30
accepted Testing webservice engine: best practice
Jun
30
comment Testing webservice engine: best practice
I am also thinking of using testNG and java as you have mentioned , would like to here experiences on it