name poneno dept
sun 9894433467 computer
This is the xls sheet a programs written to transfer this
data into database write test cases and test scenario?
FTP is a application program to upload files to server
write a test cases to check the system after successfull
uploading we get the message files uploaded successfully?
If I have given names to different DataTable columns and
those column names are stored in a variable, then passing
that variable to the datatable how can i Enter different
values in those columns listed in that variable?? Please
explain me with an example.I am not getting it.
In one company they ask if u get a job in CTs or any other
concern, will u quit immediately? for that i have answered,
but still i want ur answer to answer to tackle this
questions in future?
Currently iam working in a small concern as a test
engineer, i have 3.6 yrs exp in manual testing, currently
iam looking for other concern, but some my friends saying
that testing is no longer, plz switch over to designing,
but iam interested in only testing, i want to know whether
the Testing has a boom or not? plz guide me
I faced this question in the interview "What is the reason
for leaving the previous job?"
I answered "Career Growth as well as financial growth"
Is this a right answer?
How can we retrieve the Bug Ids which are open&Reopen in
status through QTP scrit?Please find the script which i
tried...
Dim objBugFactory, objBug
Dim BugId
Set TDConnection = QCUtil.TDConnection
Set objBug = TDConnection.BugFactory
If QCUtil.IsConnected then
Reporter.ReportEvent 0, "Connected", "Connected
to server: " + QCUtil.TDConnection.ServerName + chr (13)
+"Project: " + QCUtil.TDConnection.ProjectName + chr (13)
+ "Domain: " + QCUtil.TDConnection.DomainName
Reporter.ReportEvent 0, "Current time on server
is","==>" & TDConnection.ServerTime
Else
Reporter.ReportEvent 1, "Not connected", "Not
connected to Quality Center"
End If
If mybug.Status="Open" Then
BugId=mybug.DefectId
MsgBox BugId
End If
'OR**********************************---------------------
-----**********************************
If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then
BugId=Bug_Fields("BG_BUG_ID").Value
MsgBox BugId
End If
we use a file extension .properties why is it used and where
do we use it plz help me out with detailed explanation and
navigation of how to use on the QTP 8.2?
64
What is the difference between Keyword Driven test and Data
Driven test?
16
Hi we are running tests remotely from quality center and
pushing tests into qtp boxes remotely, and it does
execution but while uploading results back into quality
center it hangs in qtp box.If any one come across similar
problem, please send me details how to handle this.
Thanks
kris
19
explain what test tools you will need for client server testing
17
What COM Interfaces u r using in QTp While Connecting QC or
TD? Or in QTP?Any body plz urgent...
Hai anyone please "Explain about Framework in QTP?"
16
hi this is uday iam trying for testing job with 3+ yrs of
exp if u have qtp faqs materil plz send me thanks in advance
10
what is bottleneck of application?
22
I have many listboxes in my application. I have to check
whether the contents inside the listboxes are in sorted
order or not..can anyone please send the code as early as
possible
4
hi, i faced so many interwies in this question...so plz
answer this questions as early as possible...
1).what is exit criteria and entry criteria with proper
examples???
What is difference between web site testing, desktop
application testing and wireless application testing? what
is the difference in testing strategy to test them?
7
what is an inconsistent bug? how to resolve this kind of
bugs?
45
how can we do database testing. In database testing we
verify the data integrity and data validation. how can we
do testing of Index, triggers, views, ransactions,cursors
etc
12
how to do the batch testing in test director using manual
testing procedure?